diff --git a/CHANGELOG.md b/CHANGELOG.md index 3901511db..10bb5c247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.2.6] - 09.08.2023 + +### Added + - Add transaction history endpoints (#1904) + +### Changed + - Update workflows and goreleaser + ## [1.2.5] - 03.08.2023 diff --git a/core/app/app.go b/core/app/app.go index f8aa7f9cf..6a45bf164 100644 --- a/core/app/app.go +++ b/core/app/app.go @@ -21,7 +21,7 @@ var ( Name = "HORNET" // Version of the app. - Version = "1.2.5" + Version = "1.2.6" ) var (