Skip to content

Commit c30c80f

Browse files
chore: release v0.0.2 (#16)
1 parent aecc28b commit c30c80f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

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

3+
## [0.0.2](https://github.com/bucketeer-io/openfeature-go-server-sdk/compare/v0.0.1...v0.0.2) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* add Shutdown method ([#9](https://github.com/bucketeer-io/openfeature-go-server-sdk/issues/9)) ([1ecccea](https://github.com/bucketeer-io/openfeature-go-server-sdk/commit/1ecccea01a12e4afbd6034b63578d5baee554e39))
9+
10+
11+
### Bug Fixes
12+
13+
* add semver support for equals and in operators with v-prefix normalization ([#17](https://github.com/bucketeer-io/openfeature-go-server-sdk/issues/17)) ([aecc28b](https://github.com/bucketeer-io/openfeature-go-server-sdk/commit/aecc28b07662ab9e2f346d0f392587ffd984de0f))
14+
315
## [0.0.1](https://github.com/bucketeer-io/openfeature-go-server-sdk/compare/v0.0.1...v0.0.1) (2025-06-18)
416

517

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// SDKVersion is the library's version following Semantic Versioning.
4-
const SDKVersion = "0.0.1" // x-release-please-version
4+
const SDKVersion = "0.0.2" // x-release-please-version

0 commit comments

Comments
 (0)