Skip to content

Commit 3f65125

Browse files
committed
release: v2.0.0-RC1
Signed-off-by: Stefano Scafiti <[email protected]>
1 parent 483b1cb commit 3f65125

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v2.0.0-RC1"></a>
8+
## [v2.0.0-RC1] - 2025-05-20
9+
### Changes
10+
- v2 version
11+
12+
713
<a name="v1.9.6"></a>
8-
## [v1.9.6] - 2025-03-25
14+
## [v1.9.6] - 2025-03-31
915
### Bug Fixes
1016
- **embedded/sql:** correctly handle logical operator precedence (NOT, AND, OR)
1117

@@ -3917,7 +3923,8 @@ All notable changes to this project will be documented in this file. This projec
39173923
- **tree:** audit path construction
39183924

39193925

3920-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.6...HEAD
3926+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v2.0.0-RC1...HEAD
3927+
[v2.0.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.9.6...v2.0.0-RC1
39213928
[v1.9.6]: https://github.com/vchain-us/immudb/compare/v1.9.5...v1.9.6
39223929
[v1.9.5]: https://github.com/vchain-us/immudb/compare/v1.9.4...v1.9.5
39233930
[v1.9.4]: https://github.com/vchain-us/immudb/compare/v1.9.3...v1.9.4

Makefile

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

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.9.6
19+
VERSION=2.0.0-RC1
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

0 commit comments

Comments
 (0)