File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44## [ Unreleased]
55
66
7+ <a name =" v1.9.4 " ></a >
8+ ## [ v1.9.4] - 2024-07-24
9+ ### Bug Fixes
10+ - set mattermost payload
11+
12+
713<a name =" v1.9.3 " ></a >
814## [ v1.9.3] - 2024-05-23
915### Changes
@@ -3879,7 +3885,8 @@ All notable changes to this project will be documented in this file. This projec
38793885- ** tree:** MTH reference impl
38803886
38813887
3882- [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.9.3...HEAD
3888+ [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.9.4...HEAD
3889+ [ v1.9.4 ] : https://github.com/vchain-us/immudb/compare/v1.9.3...v1.9.4
38833890[ v1.9.3 ] : https://github.com/vchain-us/immudb/compare/v1.9DOM.2...v1.9.3
38843891[ v1.9DOM.2 ] : https://github.com/vchain-us/immudb/compare/v1.9DOM.2-RC1...v1.9DOM.2
38853892[ v1.9DOM.2-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.9DOM.1...v1.9DOM.2-RC1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export GO111MODULE=on
1616
1717SHELL =/bin/bash -o pipefail
1818
19- VERSION =1.9.3
19+ VERSION =1.9.4
2020DEFAULT_WEBCONSOLE_VERSION =1.0.18
2121SERVICES =immudb immuadmin immuclient
2222TARGETS =linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : immudb
33description : The immutable database
44type : application
5- version : 1.9.3
6- appVersion : " 1.9.3 "
5+ version : 1.9.4
6+ appVersion : " 1.9.4 "
You can’t perform that action at this time.
0 commit comments