Skip to content

Commit 00d43ca

Browse files
committed
release: v1.3.1
1 parent 5907d26 commit 00d43ca

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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.3.0
19+
VERSION=1.3.1
2020
SERVICES=immugw
2121
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64
2222

0 commit comments

Comments
 (0)