Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
release: update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Sep 21, 2023
1 parent 9475eb4 commit ca1ddf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE := 'v23.06'
RELEASESEM := 'v1.4.1'
RELEASE := 'v23.09'
RELEASESEM := 'v1.5.0'

all: format lint

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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(".")).
Expand Down

0 comments on commit ca1ddf6

Please sign in to comment.