File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
6- ## [ Unreleased ]
6+ ## 1.2.1 - 2020-08-14
77
88### Added
99- Added generic GROUP BY and SELECT DISTINCT. These features will only work
@@ -16,7 +16,7 @@ Oracle Compute Instances or Oracle Functions. Cloud only.
1616- Changed ** nosqldb.Region** type to ** common.Region** . Cloud applications need
1717to specify a value of ` common.Region ` type for the ` Region ` field of
1818` nosqldb.Config ` when initialize client configurations. _ ** This is a breaking
19- change** _ .
19+ change** _ .
2020
2121### Fixed
2222- Fixed a problem where the HTTP Host header was not being added in all request
Original file line number Diff line number Diff line change 1313GIT =git
1414ZIP =zip
1515# The version should be consistent with that specified in nosqldb/internal/sdkutil/version.go
16- version ?= 1.2.0
16+ version ?= 1.2.1
1717
1818ROOT := $(shell pwd)
1919BIN := $(ROOT ) /bin
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const (
1717 // Major, minor and patch versions for the SDK.
1818 major = 1
1919 minor = 2
20- patch = 0
20+ patch = 1
2121
2222 // NoSQL service version.
2323 serviceVersion = "V2"
You can’t perform that action at this time.
0 commit comments