Skip to content

Commit

Permalink
update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Mar 4, 2024
1 parent d160fd5 commit 345fb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE := 'v24.02rc3'
RELEASE := 'v24.02.0'
# RELEASESEM := 'v1.6.2'

all: format lint build
Expand Down

0 comments on commit 345fb70

Please sign in to comment.