Skip to content

Commit 2dcaf09

Browse files
author
Bartłomiej Święcki
committed
release: v1.2.4
1 parent 5e053f8 commit 2dcaf09

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.2.4"></a>
8+
## [v1.2.4] - 2022-04-28
9+
710
<a name="v1.2.4-RC1"></a>
811
## [v1.2.4-RC1] - 2022-04-27
912
### Bug Fixes

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.2.4-RC1
19+
VERSION=1.2.4
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.15
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: immudb
33
description: The immutable database
44
type: application
55
version: 1.0.0
6-
appVersion: "1.2.3"
6+
appVersion: "1.2.4"

0 commit comments

Comments
 (0)