Skip to content

Commit b484fae

Browse files
authored
chore: update version and release notes (#6251)
1 parent 581d46b commit b484fae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868

6969
## v1.27.0 - TBD
7070

71+
## v1.26.1 - 2021-04
72+
73+
### Storage
74+
75+
* fix(storage): disable self-signed JWT authentication (#6238)
76+
7177
## v1.26.0 - 2021-04
7278

7379
### BigQuery

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.26.0
28+
VERSION 1.26.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 26
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)