Skip to content

Commit 537c507

Browse files
chore(main): release 0.1.4 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e9a70a commit 537c507

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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.3"
2+
".": "0.1.4"
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.4](https://github.com/godaddy/ans-sdk-java/compare/v0.1.3...v0.1.4) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* update Maven publishing configuration and GitHub Actions workflow ([#25](https://github.com/godaddy/ans-sdk-java/issues/25)) ([5e9a70a](https://github.com/godaddy/ans-sdk-java/commit/5e9a70af7e5380ba32acd46d4e752eb351057cf4))
9+
310
## [0.1.3](https://github.com/godaddy/ans-sdk-java/compare/v0.1.2...v0.1.3) (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.3" // x-release-please-version
11+
version = "0.1.4" // x-release-please-version
1212
}
1313

1414
// Modules to publish (excludes examples)

0 commit comments

Comments
 (0)