From 2dcaf09c7d2b76b099a977b8654ca921dad2524e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20=C5=9Awi=C4=99cki?= Date: Thu, 28 Apr 2022 08:08:47 +0200 Subject: [PATCH] release: v1.2.4 --- CHANGELOG.md | 3 +++ Makefile | 2 +- helm/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 371c00cbcf..980b994951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased] + +## [v1.2.4] - 2022-04-28 + ## [v1.2.4-RC1] - 2022-04-27 ### Bug Fixes diff --git a/Makefile b/Makefile index 10ef7d95c4..599fbf31b6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export GO111MODULE=on SHELL=/bin/bash -o pipefail -VERSION=1.2.4-RC1 +VERSION=1.2.4 DEFAULT_WEBCONSOLE_VERSION=1.0.15 SERVICES=immudb immuadmin immuclient TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1b84ddca53..f03a9c62f1 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,4 +3,4 @@ name: immudb description: The immutable database type: application version: 1.0.0 -appVersion: "1.2.3" +appVersion: "1.2.4"