Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroiraz committed Nov 6, 2023
1 parent 5907d26 commit 00d43ca
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
40 changes: 36 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,37 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]


<a name="v1.1.0"></a>
## [v1.1.0] - 2021-10-29
<a name="v1.3.1"></a>
## [v1.3.1] - 2023-07-27
### Bug Fixes
- **pkg/gw:** serverinfo endpoint is not bounded to any particular database ([#33](https://github.com/vchain-us/immudb/issues/33))

### Changes
- **README:** update swagger usage in README ([#30](https://github.com/vchain-us/immudb/issues/30))
- **pkg/gw:** support multiple kv pairs in set endpoint ([#34](https://github.com/vchain-us/immudb/issues/34))


<a name="v1.3.0"></a>
## [v1.3.0] - 2022-12-07

<a name="v1.3.0-RC1"></a>
## [v1.3.0-RC1] - 2022-12-05
### Bug Fixes
- **ci:** secure docker login command for password ([#24](https://github.com/vchain-us/immudb/issues/24))


<a name="v1.2.0"></a>
## [v1.2.0] - 2022-10-17
### Bug Fixes
- **ci:** update docker credentials

### Changes
- bump immudb version
- bump immudb version
- **ci:** update docker image and build prod images
- **pkg/api:** rename verifyRow request struct
- **pkg/api:** verified SQL get -> verified row renaming

### Features
- add verified sql get and fix tests
- **pkg/gw:** add immuerror server mux error handler
Expand Down Expand Up @@ -51,7 +80,10 @@ All notable changes to this project will be documented in this file. This projec
- **cmd/immugw:** add service management command


[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/vchain-us/immudb/compare/v1.0.5...v1.1.0
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.3.1...HEAD
[v1.3.1]: https://github.com/vchain-us/immudb/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/vchain-us/immudb/compare/v1.3.0-RC1...v1.3.0
[v1.3.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.2.0...v1.3.0-RC1
[v1.2.0]: https://github.com/vchain-us/immudb/compare/v1.0.5...v1.2.0
[v1.0.5]: https://github.com/vchain-us/immudb/compare/v0.9.2-RC1...v1.0.5
[v0.9.2-RC1]: https://github.com/vchain-us/immudb/compare/v0.8.1...v0.9.2-RC1
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.3.0
VERSION=1.3.1
SERVICES=immugw
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64

Expand Down

0 comments on commit 00d43ca

Please sign in to comment.