diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d45ba..903bb6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.1.0 - 2023-10-06 + +### Added +- Custom theme support +- Customer mode payment support +- Option to pass the customizable deep-link + +### Changed +- UI improvements +- Functional improvements + ## 1.0.0 - 2023-08-29 ### Added diff --git a/package.json b/package.json index 87f6445..5f0029d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@komoju/komoju-react-native", - "version": "1.0.5", + "version": "1.0.9", "description": "degica payment SDK", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",