Skip to content

Commit 5262494

Browse files
chore(main): release 0.1.5 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9637b78 commit 5262494

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.4"
2+
".": "0.1.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/godaddy/ans-sdk-java/compare/v0.1.4...v0.1.5) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure all jar tasks depend on code generation ([#27](https://github.com/godaddy/ans-sdk-java/issues/27)) ([9637b78](https://github.com/godaddy/ans-sdk-java/commit/9637b78c935770999833b89e0b4956b9d4cd31e0))
9+
310
## [0.1.4](https://github.com/godaddy/ans-sdk-java/compare/v0.1.3...v0.1.4) (2026-03-06)
411

512

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "com.godaddy.ans"
11-
version = "0.1.4" // x-release-please-version
11+
version = "0.1.5" // x-release-please-version
1212
}
1313

1414
// Modules to publish (excludes examples)

0 commit comments

Comments
 (0)