Skip to content

Commit

Permalink
Update version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Mar 26, 2024
1 parent 7fa42dc commit 55a04f4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# CHANGELOG of NineChronicles.IAP

## 0.12.0 (2024-03-27)

### Feature

- Add AvatarLevel table and cache level data
- Add all product list API

### Enhancement

- Move all views into `/views` router
- Optimize Queries

### Bugfix

- Consume valid purchase to avoid unintended refund

## 0.5.2 (2023-11-08)

### Enhancement

- Change GQL scheme from `exceptionName` to `exceptionNames` to apply GQL scheme update


## 0.5.1 (2023-10-23)

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ninechronicles-iap"
version = "0.5.2"
version = "0.12.0"
description = "NineChronicles In-app Purchase Service"
authors = ["hyeon <hyeon+iap@planetariumhq.com>"]
readme = "README.md"
Expand Down

0 comments on commit 55a04f4

Please sign in to comment.