@@ -4,8 +4,37 @@ All notable changes to this project will be documented in this file. This projec
44## [ Unreleased]
55
66
7- <a name =" v1.1.0 " ></a >
8- ## [ v1.1.0] - 2021-10-29
7+ <a name =" v1.3.1 " ></a >
8+ ## [ v1.3.1] - 2023-07-27
9+ ### Bug Fixes
10+ - ** pkg/gw:** serverinfo endpoint is not bounded to any particular database ([ #33 ] ( https://github.com/vchain-us/immudb/issues/33 ) )
11+
12+ ### Changes
13+ - ** README:** update swagger usage in README ([ #30 ] ( https://github.com/vchain-us/immudb/issues/30 ) )
14+ - ** pkg/gw:** support multiple kv pairs in set endpoint ([ #34 ] ( https://github.com/vchain-us/immudb/issues/34 ) )
15+
16+
17+ <a name =" v1.3.0 " ></a >
18+ ## [ v1.3.0] - 2022-12-07
19+
20+ <a name =" v1.3.0-RC1 " ></a >
21+ ## [ v1.3.0-RC1] - 2022-12-05
22+ ### Bug Fixes
23+ - ** ci:** secure docker login command for password ([ #24 ] ( https://github.com/vchain-us/immudb/issues/24 ) )
24+
25+
26+ <a name =" v1.2.0 " ></a >
27+ ## [ v1.2.0] - 2022-10-17
28+ ### Bug Fixes
29+ - ** ci:** update docker credentials
30+
31+ ### Changes
32+ - bump immudb version
33+ - bump immudb version
34+ - ** ci:** update docker image and build prod images
35+ - ** pkg/api:** rename verifyRow request struct
36+ - ** pkg/api:** verified SQL get -> verified row renaming
37+
938### Features
1039- add verified sql get and fix tests
1140- ** pkg/gw:** add immuerror server mux error handler
@@ -51,7 +80,10 @@ All notable changes to this project will be documented in this file. This projec
5180- ** cmd/immugw:** add service management command
5281
5382
54- [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.1.0...HEAD
55- [ v1.1.0 ] : https://github.com/vchain-us/immudb/compare/v1.0.5...v1.1.0
83+ [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.3.1...HEAD
84+ [ v1.3.1 ] : https://github.com/vchain-us/immudb/compare/v1.3.0...v1.3.1
85+ [ v1.3.0 ] : https://github.com/vchain-us/immudb/compare/v1.3.0-RC1...v1.3.0
86+ [ v1.3.0-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.2.0...v1.3.0-RC1
87+ [ v1.2.0 ] : https://github.com/vchain-us/immudb/compare/v1.0.5...v1.2.0
5688[ v1.0.5 ] : https://github.com/vchain-us/immudb/compare/v0.9.2-RC1...v1.0.5
5789[ v0.9.2-RC1 ] : https://github.com/vchain-us/immudb/compare/v0.8.1...v0.9.2-RC1
0 commit comments