File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55allprojects {
6- version = ' 1.3.3-SNAPSHOT '
6+ version = ' 1.4.0 '
77 group = ' com.gatehill.corebot'
88
99 ext. mavenSnapshotRepository = ' s3://gatehillsoftware-maven/snapshots'
You can’t perform that action at this time.
0 commit comments