Skip to content

Commit 8174fb7

Browse files
committed
release v1.0.5
1 parent ebf9c8c commit 8174fb7

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# CHANGELOG
2+
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3+
<a name="unreleased"></a>
4+
## [Unreleased]
5+
6+
7+
<a name="v1.0.5"></a>
8+
## [v1.0.5] - 2021-08-25
9+
### Changes
10+
- bump immudb version
11+
- add coverall
12+
- remove codecov and fix go.mod
13+
- immugw support immudb 0.9.x family
14+
- upgrading for compatibility with immudb at 888ed37bf6cc
15+
- **pkg/api:** clean obsolete swagger
16+
- **pkg/gw:** handle corrupted data as 409 status conflict error
17+
18+
19+
<a name="v0.9.2-RC1"></a>
20+
## [v0.9.2-RC1] - 2021-04-26
21+
### Changes
22+
- add coverall
23+
- remove codecov and fix go.mod
24+
- immugw support immudb 0.9.x family
25+
- upgrading for compatibility with immudb at 888ed37bf6cc
26+
- **pkg/api:** clean obsolete swagger
27+
- **pkg/gw:** handle corrupted data as 409 status conflict error
28+
29+
30+
<a name="v0.8.1"></a>
31+
## v0.8.1 - 2020-12-05
32+
### Bug Fixes
33+
- **cmd/immugw/command:** fix commandline_test error
34+
35+
### Changes
36+
- remove verbose flag from test command
37+
38+
### Code Refactoring
39+
- fixes signed root compatibility usage
40+
- init immugw
41+
42+
### Features
43+
- auditor verifies root signature
44+
- **cmd/immugw:** add service management command
45+
46+
47+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.0.5...HEAD
48+
[v1.0.5]: https://github.com/vchain-us/immudb/compare/v0.9.2-RC1...v1.0.5
49+
[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=0.9.2-RC1
19+
VERSION=1.0.5
2020
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x
2121
SERVICE_EXE=${SERVICE_NAME}-v${VERSION}-windows-amd64.exe
2222

0 commit comments

Comments
 (0)