diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1db0f..d9bd703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to omise-node project will be documented in this file. Use [Semantic Versioning](http://semver.org/). +## 1.2.0 - 2026-04-22 +- Remove Internet Banking. [(#228)](https://github.com/omise/omise-node/pull/228) + ## 1.1.0 - 2025-11-24 - Add passkey support. [(#226)](https://github.com/omise/omise-node/pull/226) - Fix incorrect types and improve TypeScript examples. [(#225)](https://github.com/omise/omise-node/pull/225) diff --git a/package.json b/package.json index cf0e7c4..0c40918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omise", - "version": "1.1.0", + "version": "1.2.0", "description": "Omise Node.js bindings", "main": "index.js", "types": "types/index.d.ts",