File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 69
69
70
70
## v1.33.0 - TBD
71
71
72
+ ## v1.32.1 - 2021-10
73
+
74
+ ### [ Pub/Sub] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md )
75
+
76
+ * fix(pubsub): respect non-default values in ` pubsub::ConnectionOptions ` ([ #7406 ] ( https://github.com/googleapis/google-cloud-cpp/pull/7406 ) )
77
+
72
78
## v1.32.0 - 2021-10
73
79
74
80
### [ Bigtable] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (NOT (CMAKE_VERSION VERSION_LESS 3.15))
25
25
endif ()
26
26
project (
27
27
google-cloud-cpp
28
- VERSION 1.32.0
28
+ VERSION 1.32.1
29
29
LANGUAGES CXX C)
30
30
31
31
# Configure the Compiler options, we use C++11 features by default.
Original file line number Diff line number Diff line change 17
17
18
18
#define GOOGLE_CLOUD_CPP_VERSION_MAJOR 1
19
19
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 32
20
- #define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
20
+ #define GOOGLE_CLOUD_CPP_VERSION_PATCH 1
21
21
22
22
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
You can’t perform that action at this time.
0 commit comments