File tree 3 files changed +11
-4
lines changed
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
4
4
## [ Unreleased]
5
5
6
6
7
+ <a name =" v1.9.4 " ></a >
8
+ ## [ v1.9.4] - 2024-07-24
9
+ ### Bug Fixes
10
+ - set mattermost payload
11
+
12
+
7
13
<a name =" v1.9.3 " ></a >
8
14
## [ v1.9.3] - 2024-05-23
9
15
### Changes
@@ -3879,7 +3885,8 @@ All notable changes to this project will be documented in this file. This projec
3879
3885
- ** tree:** MTH reference impl
3880
3886
3881
3887
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
3883
3890
[ v1.9.3 ] : https://github.com/vchain-us/immudb/compare/v1.9DOM.2...v1.9.3
3884
3891
[ v1.9DOM.2 ] : https://github.com/vchain-us/immudb/compare/v1.9DOM.2-RC1...v1.9DOM.2
3885
3892
[ 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
16
16
17
17
SHELL =/bin/bash -o pipefail
18
18
19
- VERSION =1.9.3
19
+ VERSION =1.9.4
20
20
DEFAULT_WEBCONSOLE_VERSION =1.0.18
21
21
SERVICES =immudb immuadmin immuclient
22
22
TARGETS =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
2
2
name : immudb
3
3
description : The immutable database
4
4
type : 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