Skip to content

Commit 0d411ea

Browse files
committedMar 5, 2024
chore(release): prepare for v5.9.3-r0
1 parent 2a7b80d commit 0d411ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [5.9.3-r0] - 2023-05-28
66

77
### Build Tasks
88

99
- *(deps)* Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 ([c330ce6](https://github.com/joshka/junit-json-params/commit/c330ce67a44d33b2e386bbad66742f0dac48ef20))
1010

11+
### Documentation
12+
13+
- *(changelog)* Init git-cliff and update changelog ([f2b3b50](https://github.com/joshka/junit-json-params/commit/f2b3b50d088710551abb5ddd901e91af6285b139))
14+
1115
## [5.9.2-r0] - 2023-01-31
1216

1317
### Build Tasks

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'net.joshka'
13-
version = '5.9.2-r1'
13+
version = '5.9.3-r0'
1414
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1515
ext.isRunningOnTravis = System.getenv("CI") == "true"
1616

0 commit comments

Comments
 (0)