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.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## 1.2.1 - 2020-08-14
7
7
8
8
### Added
9
9
- Added generic GROUP BY and SELECT DISTINCT. These features will only work
@@ -16,7 +16,7 @@ Oracle Compute Instances or Oracle Functions. Cloud only.
16
16
- Changed ** nosqldb.Region** type to ** common.Region** . Cloud applications need
17
17
to specify a value of ` common.Region ` type for the ` Region ` field of
18
18
` nosqldb.Config ` when initialize client configurations. _ ** This is a breaking
19
- change** _ .
19
+ change** _ .
20
20
21
21
### Fixed
22
22
- 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 13
13
GIT =git
14
14
ZIP =zip
15
15
# The version should be consistent with that specified in nosqldb/internal/sdkutil/version.go
16
- version ?= 1.2.0
16
+ version ?= 1.2.1
17
17
18
18
ROOT := $(shell pwd)
19
19
BIN := $(ROOT ) /bin
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const (
17
17
// Major, minor and patch versions for the SDK.
18
18
major = 1
19
19
minor = 2
20
- patch = 0
20
+ patch = 1
21
21
22
22
// NoSQL service version.
23
23
serviceVersion = "V2"
You can’t perform that action at this time.
0 commit comments