Skip to content

Commit 7836a50

Browse files
authored
doc: update CHANGELOG and version numbers for v1.31.1 (#7265)
1 parent d7f26a4 commit 7836a50

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454

5555
## v1.32.0 - TBD
5656

57+
## v1.31.1 - 2021-09
58+
59+
### [Storage](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md)
60+
61+
* fix(storage): use CA info options in credentials ([#7263](https://github.com/googleapis/google-cloud-cpp/pull/7263))
62+
5763
## v1.31.0 - 2021-09
5864

5965
### [BigQuery](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigquery/README.md)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (NOT (CMAKE_VERSION VERSION_LESS 3.15))
2525
endif ()
2626
project(
2727
google-cloud-cpp
28-
VERSION 1.31.0
28+
VERSION 1.31.1
2929
LANGUAGES CXX C)
3030

3131
# Configure the Compiler options, we use C++11 features by default.

google/cloud/internal/version_info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
#define GOOGLE_CLOUD_CPP_VERSION_MAJOR 1
1919
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 31
20-
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
20+
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 1
2121

2222
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H

0 commit comments

Comments
 (0)