diff --git a/cmake/GetUserverVersion.cmake b/cmake/GetUserverVersion.cmake index 5556173da1ff..c1c1ebc73956 100644 --- a/cmake/GetUserverVersion.cmake +++ b/cmake/GetUserverVersion.cmake @@ -23,7 +23,7 @@ else() endif() set(USERVER_MAJOR_VERSION 2) -set(USERVER_MINOR_VERSION 2-rc) +set(USERVER_MINOR_VERSION 2) set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}") string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}") diff --git a/scripts/docs/en/userver/roadmap_and_changelog.md b/scripts/docs/en/userver/roadmap_and_changelog.md index cf16730064d3..c2397eb1de97 100644 --- a/scripts/docs/en/userver/roadmap_and_changelog.md +++ b/scripts/docs/en/userver/roadmap_and_changelog.md @@ -38,8 +38,8 @@ Changelog news also go to the Many thanks to [Fedor Alekseev](https://github.com/atlz253) for the PR and to [MariaGrinchenko](https://github.com/MariaGrinchenko) for the buttons design! * Added @ref scripts/docs/en/userver/ydb.md "docs on YDB". -* Mobile header view was improved. Many thanks to - [Fedor Alekseev](https://github.com/atlz253) for the PR. +* Mobile header view and docs layout was improved. Many thanks to + [Fedor Alekseev](https://github.com/atlz253) for the PRs. * engine::subprocess::ProcessStarter::Exec now can lookup binaries via `PATH` variable. * Fixed gRPC generation for nested namespaces with repetitions. Many thanks to @@ -51,6 +51,7 @@ Changelog news also go to the * yaml_config::YamlConfig now can read files via `#file`. Now the static config of the service could refer to other files. * Added support of bit operations to Redis. +* PostgreSQL driver now works with AWS Aurora. * Added quick start for beginners to @ref scripts/docs/en/userver/tutorial/build.md. Many thanks to [Fedor Alekseev](https://github.com/atlz253) for the PR. * Improved path to sources trimming for Conan builds. Many thanks to