Skip to content

Commit d422d9f

Browse files
Version bump
1 parent fdeebf0 commit d422d9f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.9DOM.2"></a>
8+
## [v1.9DOM.1] - 2023-11-16
9+
### Changes
10+
- License update to BSL
11+
- Updated dependencies
12+
713
<a name="v1.9DOM.1"></a>
814
## [v1.9DOM.1] - 2023-11-16
915
### Changes

Makefile

+1-1
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.9DOM.2-rc1
19+
VERSION=1.9DOM.2
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: immudb
33
description: The immutable database
44
type: application
5-
version: 1.9DOM.2-rc1
6-
appVersion: "1.9DOM.2-rc1"
5+
version: 1.9DOM.2
6+
appVersion: "1.9DOM.2"

0 commit comments

Comments
 (0)