Skip to content

Commit 7cf1313

Browse files
committed
docs(release): update changelog for the 2026-04 release
1 parent f3de489 commit 7cf1313

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ breaking changes in the upcoming 4.x release. This release is scheduled for
77
**NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md)
88
for details on updating existing applications using v1.x.y or v2.x.y.
99

10-
## v3.4.0 - TBD
10+
## v3.4.0 - 2026-04
1111

1212
### [Data Catalog](/google/cloud/datacatalog/README.md)
1313

14-
- Added Data Lineage Config Management library.
14+
- Added Data Lineage Config Management library.([#16069](https://github.com/googleapis/google-cloud-cpp/pull/16069))
1515

1616
### [Dataplex](/google/cloud/dataplex/README.md)
1717

18-
- Added Business Glossary library.
19-
- Added CMEK library.
20-
- Added Data Products library.
18+
- Added Business Glossary library.([#16072](https://github.com/googleapis/google-cloud-cpp/pull/16072))
19+
- Added CMEK library.([#16072](https://github.com/googleapis/google-cloud-cpp/pull/16072))
20+
- Added Data Products library.([#16072](https://github.com/googleapis/google-cloud-cpp/pull/16072))
21+
22+
### [Google APIs interface definitions](https://github.com/googleapis/googleapis)
23+
24+
- This release is based on definitions as of [2026-04-02T09:44:56-07:00](https://github.com/googleapis/googleapis/tree/c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9)
2125

2226
## v3.3.0 - 2026-03
2327

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project(
2323
google-cloud-cpp
2424
VERSION 3.4.0
2525
LANGUAGES CXX)
26-
set(PROJECT_VERSION_PRE_RELEASE "rc")
26+
set(PROJECT_VERSION_PRE_RELEASE "")
2727

2828
if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
2929
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "google_cloud_cpp",
19-
version = "3.4.0-rc", # Updated by CMake
19+
version = "3.4.0", # Updated by CMake
2020
compatibility_level = 3, # Updated by CMake
2121
)
2222

google/cloud/internal/version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 4
2222
// NOLINTNEXTLINE(modernize-macro-to-enum)
2323
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
24-
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE "rc"
24+
#define GOOGLE_CLOUD_CPP_VERSION_PRE_RELEASE ""
2525

2626
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H

0 commit comments

Comments
 (0)