From 345fb70c66d9f9eb6e9c2fb50cc3f880a4448a19 Mon Sep 17 00:00:00 2001 From: "Michael F." Date: Mon, 4 Mar 2024 11:22:45 +0100 Subject: [PATCH] update changelog, bump version --- CHANGELOG.md | 4 +++- Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2ee20..5071d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [24.01rc1] +## [24.02.0] 2024-03-04 ### Fixed - excessive logging in container - tron.trace callvalue overflow int -> bigint ### Changed - Upgrade to Spark 3.4.2 - Upgrade DataStax Spark Cassandra connector to 3.4.1 +- Simplified (record local) calculation of secondary ids +- Simplified (record local) calculation of tx ids (account model currencies) ## [24.01.0] 2024-01-08 ### Added diff --git a/Makefile b/Makefile index e61ca2b..0a862f4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE := 'v24.02rc3' +RELEASE := 'v24.02.0' # RELEASESEM := 'v1.6.2' all: format lint build