From 0672e89a261fd6bdb1aed02f95a5622aa5f66c44 Mon Sep 17 00:00:00 2001 From: Uphold Date: Fri, 10 Jan 2025 11:12:21 +0000 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd8b86..a71822c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.9.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.9.0) (2025-01-10) +- Add spanish locale [\#19](https://github.com/uphold/topper-web-sdk/pull/19) ([andregoncalvesdev](https://github.com/andregoncalvesdev)) + ## [v0.8.0](https://github.com/uphold/topper-web-sdk/releases/tag/v0.8.0) (2024-11-25) - Add support for multiple bts and active flow [\#15](https://github.com/uphold/topper-web-sdk/pull/15) ([andregoncalvesdev](https://github.com/andregoncalvesdev)) diff --git a/package.json b/package.json index b7cda75..10d2709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/topper-web-sdk", - "version": "0.8.0", + "version": "0.9.0", "description": "Seamless integration of Topper on Web applications", "author": "Uphold", "license": "MIT",