Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Jan 30, 2025
2 parents 3e94afb + b956ee1 commit 24e714b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,35 @@ 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.16.0](../../compare/1.15.0...1.16.0) - 2025-xx-xx

## [1.15.0](../../compare/1.14.0...1.15.0) - 2025-01-30

### 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 @@ -36,7 +36,7 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk

APPVERSION_M = 1
APPVERSION_N = 15
APPVERSION_N = 16
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev

Expand Down

0 comments on commit 24e714b

Please sign in to comment.