Skip to content

Commit 2bf7420

Browse files
committed
Update to version 1.2.1 for release
1 parent c2c5ca4 commit 2bf7420

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The 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
1717
to 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GO=go
1313
GIT=git
1414
ZIP=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

1818
ROOT := $(shell pwd)
1919
BIN := $(ROOT)/bin

nosqldb/internal/sdkutil/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)