diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0361cc3..07be119fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,33 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.15.0](../../compare/1.14.0...1.15.0) - 2025-xx-xx +## [1.15.0](../../compare/1.14.0...1.15.0) - 2025-01-29 + +### Added + +- (clone) Harmony +- (network) Sonic +- (network) Soneium +- (network) Swellchain +- (network) Swellchain Testnet +- (network) Soneium Testnet Minato +- (network) Bahamut +- (network) Odyssey Chain +- (network) Lumia +- (network) Harmony ONE S0 +- (network) Harmony ONE S1 + +### Removed + +- (clone) ARTIS tau1 +- (clone) TecraTestnet +- (clone) Volta +- Dynamic networks support from LNS + +### Changed + +- (network) Klaytn Cypress renamed to Kaia Mainnet +- Switched to production PKI key usages ## [1.14.0](../../compare/1.13.0...1.14.0) - 2024-12-19 diff --git a/Makefile b/Makefile index b18b14c96..5fb269659 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 APPVERSION_N = 15 APPVERSION_P = 0 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Application source files APP_SOURCE_PATH += src src_features src_plugins