Skip to content

Commit

Permalink
chore(main): release 0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Nov 14, 2024
1 parent 742a855 commit ec94d35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.3"
".": "0.2.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.4](https://github.com/open-feature/toggle-shop/compare/v0.2.3...v0.2.4) (2024-11-14)


### 🧹 Chore

* fix rp versioing ([#19](https://github.com/open-feature/toggle-shop/issues/19)) ([742a855](https://github.com/open-feature/toggle-shop/commit/742a855cdc90b3bf4959eda9f60143eed4321926))

## [0.2.3](https://github.com/open-feature/toggle-shop/compare/v0.2.2...v0.2.3) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion kubernetes/toggle-shop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
spec:
containers:
- name: toggle-shop
image: ghcr.io/open-feature/toggle-shop:v0.2.3 # x-release-please-version
image: ghcr.io/open-feature/toggle-shop:v0.2.4 # x-release-please-version
ports:
- containerPort: 3000
name: app-port
Expand Down

0 comments on commit ec94d35

Please sign in to comment.