Skip to content

Commit 00c2dec

Browse files
authored
chore: update CHANGELOG and set version for v1.30.1 release (#7152)
* chore: update CHANGELOG and set version for v1.30.1 release
1 parent ae48ad8 commit 00c2dec

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454

5555
## v1.31.0 - TBD
5656

57+
## v1.30.1 - 2021-08
58+
59+
### BigQuery
60+
61+
* Support both google-cloud-cpp::bigquery and deprecated
62+
google-cloud-cpp::experimental-bigquery targets.
63+
64+
### IAM
65+
66+
* Support both google-cloud-cpp::iam and deprecated
67+
google-cloud-cpp::experimental-iam targets.
68+
5769
## v1.30.0 - 2021-08
5870

5971
### New GA Libraries

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.30.0
28+
VERSION 1.30.1
2929
LANGUAGES CXX C)
3030

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

google/cloud/internal/version_info.h

Lines changed: 1 addition & 1 deletion
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 30
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)