From ca1ddf6050b9b6c61b930bdf672343487a551e09 Mon Sep 17 00:00:00 2001 From: Michael F Date: Thu, 21 Sep 2023 14:40:14 +0200 Subject: [PATCH] release: update changelog, bump version --- CHANGELOG.md | 2 +- Makefile | 4 ++-- build.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30734c4..59e34b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [23.06/1.5.0] 2023-09-21 ### Added - Added coinbase transactions to network representations (address = 'coinbase', address_id = 0) diff --git a/Makefile b/Makefile index 7c4bcd5..5dd85dd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -RELEASE := 'v23.06' -RELEASESEM := 'v1.4.1' +RELEASE := 'v23.09' +RELEASESEM := 'v1.5.0' all: format lint diff --git a/build.sbt b/build.sbt index 0daae23..31c16ca 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / scalaVersion := "2.12.10" ThisBuild / organization := "info.graphsense" -ThisBuild / version := "1.4.1" +ThisBuild / version := "1.5.0" lazy val root = (project in file(".")).