Skip to content

Commit

Permalink
release: v1.9.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroiraz committed Oct 16, 2023
1 parent 30716c3 commit aaa9efd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]


<a name="v1.9.0-RC2"></a>
## [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


<a name="v1.9.0-RC1"></a>
## [v1.9.0-RC1] - 2023-10-11
### Bug Fixes
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa9efd

Please sign in to comment.