Skip to content

Commit

Permalink
Bump version to v2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwadon committed Mar 7, 2022
1 parent 6967550 commit fc15748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v2.30.1] 2022-03-07
### Fixed
- DTM rewards

## [v2.30.0] 2022-03-07
### Changed
- DTM rewards
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.mainClass

// -----------------

lazy val _version = "2.30.0"
lazy val _version = "2.30.1"

lazy val commonSettings = Seq(
version := _version,
Expand Down

0 comments on commit fc15748

Please sign in to comment.