Skip to content

Commit

Permalink
release v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafen committed Jul 25, 2024
1 parent 9237a83 commit 76cd08a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]


<a name="v1.9.4"></a>
## [v1.9.4] - 2024-07-24
### Bug Fixes
- set mattermost payload


<a name="v1.9.3"></a>
## [v1.9.3] - 2024-05-23
### Changes
Expand Down Expand Up @@ -3879,7 +3885,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.3...HEAD
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.4...HEAD
[v1.9.4]: https://github.com/vchain-us/immudb/compare/v1.9.3...v1.9.4
[v1.9.3]: https://github.com/vchain-us/immudb/compare/v1.9DOM.2...v1.9.3
[v1.9DOM.2]: https://github.com/vchain-us/immudb/compare/v1.9DOM.2-RC1...v1.9DOM.2
[v1.9DOM.2-RC1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1...v1.9DOM.2-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.3
VERSION=1.9.4
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
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: immudb
description: The immutable database
type: application
version: 1.9.3
appVersion: "1.9.3"
version: 1.9.4
appVersion: "1.9.4"

0 comments on commit 76cd08a

Please sign in to comment.