Skip to content

Commit 2a25cb2

Browse files
committed
build: release 1.4.0.
1 parent 3478f1f commit 2a25cb2

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
7-
### Added
8-
- ...
6+
## [1.4.0] - 2022-10-07
7+
### Changed
8+
- build: bumps JRE to 8u345.
9+
- build: bumps simple-slack-api to 1.4.0.
10+
- build: excludes mysql unneeded h2 transitive dependency.
11+
- build: bumps mysql connector version.
12+
- test: pins redis version.
13+
- test: pins rundeck version.
14+
- build: bumps testcontainers to 1.17.5.
15+
- build: bumps kluent to 1.64.
16+
- build: bumps exposed to 0.17.14.
17+
- build: bumps log4j2 dependency.
18+
- build: bumps Gradle to 6.9.1 and Kotlin to 1.7.10.
19+
- ci: removes CircleCI config.
20+
- ci: adds GitHub actions config.
921

1022
## [1.3.2] - 2019-03-26
1123
### Changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
allprojects {
6-
version = '1.3.3-SNAPSHOT'
6+
version = '1.4.0'
77
group = 'com.gatehill.corebot'
88

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

0 commit comments

Comments
 (0)