Skip to content

Commit 6242238

Browse files
committed
prep release
1 parent 6349711 commit 6242238

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.4.0] - 2024-11-27
11+
1012
### Changed
1113
* support subscriptions
12-
* new c systemparam providing observer based API
14+
* new `BevyIosIap` SystemParam providing observer based API
1315
* new fields in IosIapTransaction: `original_id`, `original_purchase_date`, `json_representation`, `currency`, `currency_code`, `revocation_reason`, `app_account_token`, `web_order_line_item_id`, `subscription_group_id`
1416
* all calls now do proper error handling
1517
* all calls take a request id and return it with the response used for `BevyIosIap`

bevy_ios_iap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_ios_iap"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
build = "build.rs"
66
readme = "../README.md"

0 commit comments

Comments
 (0)