Skip to content

Commit

Permalink
Removed -dev version suffix & updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Jan 29, 2025
1 parent 27ee902 commit 94b7803
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94b7803

Please sign in to comment.