From 00d43caca2301b6a47961e1336e0ff84e7a51aee Mon Sep 17 00:00:00 2001 From: Jeronimo Irazabal Date: Mon, 6 Nov 2023 13:49:41 +0100 Subject: [PATCH] release: v1.3.1 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++---- Makefile | 2 +- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150ad253..660b76db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,37 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased] - -## [v1.1.0] - 2021-10-29 + +## [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)) + + + +## [v1.3.0] - 2022-12-07 + + +## [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)) + + + +## [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 @@ -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 diff --git a/Makefile b/Makefile index 325cabf4..76fad7f2 100644 --- a/Makefile +++ b/Makefile @@ -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