Skip to content

Commit

Permalink
build: release 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Oct 7, 2022
1 parent 512640f commit 2684a3d
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.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.1] - 2022-10-07
### Changed
- build: adds dependabot config.

## [1.4.0] - 2022-10-07
### Changed
- build: bumps JRE to 8u345.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

allprojects {
version = '1.4.0'
version = '1.4.1'
group = 'com.gatehill.corebot'

ext.mavenSnapshotRepository = 's3://gatehillsoftware-maven/snapshots'
Expand Down

0 comments on commit 2684a3d

Please sign in to comment.