From 60563f8cef4fac4a9dee01b654bdf47e1e70f573 Mon Sep 17 00:00:00 2001 From: muXxer Date: Wed, 9 Aug 2023 18:40:48 +0200 Subject: [PATCH] Release v1.2.6 --- CHANGELOG.md | 8 ++++++++ core/app/app.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 (