Skip to content

Commit 797bf92

Browse files
chore(main): release 0.1.6 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7290242 commit 797bf92

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.5"
2+
".": "0.1.6"
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.6](https://github.com/godaddy/ans-sdk-java/compare/v0.1.5...v0.1.6) (2026-04-08)
4+
5+
6+
### Features
7+
8+
* require explicit environment and add Spring Boot starter module ([#36](https://github.com/godaddy/ans-sdk-java/issues/36)) ([7290242](https://github.com/godaddy/ans-sdk-java/commit/729024285a7331c11567b56de290383bce7c6f46))
9+
310
## [0.1.5](https://github.com/godaddy/ans-sdk-java/compare/v0.1.4...v0.1.5) (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.5" // x-release-please-version
11+
version = "0.1.6" // x-release-please-version
1212
}
1313

1414
// Modules to publish (excludes examples)

0 commit comments

Comments
 (0)