diff --git a/CHANGELOG.md b/CHANGELOG.md index 2617a9c053..6cd58e183a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased] + +## [v1.9.0-RC2] - 2023-10-16 +### Bug Fixes +- standard syntax for drop index +- **embedded/sql:** fix sql temporal range evaluation + +### Changes +- **embedded/document:** count with limit in subquery +- **embedded/sql:** expose subquery creation +- **pkg/api:** set optional parameters +- **pkg/api:** set optional parameters + + ## [v1.9.0-RC1] - 2023-10-11 ### Bug Fixes @@ -3737,7 +3750,8 @@ All notable changes to this project will be documented in this file. This projec - **tree:** MTH reference impl -[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC1...HEAD +[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC2...HEAD +[v1.9.0-RC2]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC1...v1.9.0-RC2 [v1.9.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.5.0...v1.9.0-RC1 [v1.5.0]: https://github.com/vchain-us/immudb/compare/v1.5.0-RC1...v1.5.0 [v1.5.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.4.1...v1.5.0-RC1 diff --git a/Makefile b/Makefile index 4db3a32220..461a1fce6b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export GO111MODULE=on SHELL=/bin/bash -o pipefail -VERSION=1.9.0-RC1 +VERSION=1.9.0-RC2 DEFAULT_WEBCONSOLE_VERSION=1.0.18 SERVICES=immudb immuadmin immuclient TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64