Skip to content

Commit f9cdbdb

Browse files
chore(main): release 0.1.2 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec535f1 commit f9cdbdb

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.1"
2+
".": "0.1.2"
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.2](https://github.com/godaddy/ans-sdk-java/compare/v0.1.1...v0.1.2) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* kick off release ([#21](https://github.com/godaddy/ans-sdk-java/issues/21)) ([ec535f1](https://github.com/godaddy/ans-sdk-java/commit/ec535f1c657eea8f5589d1a1765b740d39dcd4f4))
9+
310
## [0.1.1](https://github.com/godaddy/ans-sdk-java/compare/v0.1.0...v0.1.1) (2026-03-06)
411

512

build.gradle.kts

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

88
allprojects {
99
group = "com.godaddy.ans"
10-
version = "0.1.0" // x-release-please-version
10+
version = "0.1.2" // x-release-please-version
1111
}
1212

1313
// Modules to publish (excludes examples)

0 commit comments

Comments
 (0)