Skip to content

Commit 8f8cd8e

Browse files
chore(main): release 0.3.0 (#20)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 9525b72 commit 8f8cd8e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.2.3"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/open-feature/toggle-shop/compare/v0.2.3...v0.3.0) (2025-02-13)
4+
5+
6+
### ✨ New Features
7+
8+
* add support for flag metadata, add loading screens ([#21](https://github.com/open-feature/toggle-shop/issues/21)) ([5def1fa](https://github.com/open-feature/toggle-shop/commit/5def1fa80581fbeaed74cd6b01ea21fdae6c4ea5))
9+
* use offical otel semantics in eval events ([#24](https://github.com/open-feature/toggle-shop/issues/24)) ([9525b72](https://github.com/open-feature/toggle-shop/commit/9525b724b7aa4f6656a39256fe1c8072f175db1f))
10+
11+
12+
### 🧹 Chore
13+
14+
* fix rp versioing ([#19](https://github.com/open-feature/toggle-shop/issues/19)) ([742a855](https://github.com/open-feature/toggle-shop/commit/742a855cdc90b3bf4959eda9f60143eed4321926))
15+
316
## [0.2.3](https://github.com/open-feature/toggle-shop/compare/v0.2.2...v0.2.3) (2024-11-14)
417

518

kubernetes/toggle-shop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
spec:
139139
containers:
140140
- name: toggle-shop
141-
image: ghcr.io/open-feature/toggle-shop:v0.2.3 # x-release-please-version
141+
image: ghcr.io/open-feature/toggle-shop:v0.3.0 # x-release-please-version
142142
ports:
143143
- containerPort: 3000
144144
name: app-port

0 commit comments

Comments
 (0)