diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a843eac0..eaead19ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2024-XX-XX +## [v6.2.0] 2024-11-26 + - [add] Remove bank account collection from the template, so that it is collected in the Stripe Onboarding flow instead. [#470](https://github.com/sharetribe/web-template/pull/470) @@ -45,6 +47,8 @@ way to update this template, but currently, we follow a pattern: opening the discard draft modal on mobile scrolled the page to the very bottom. [#497](https://github.com/sharetribe/web-template/pull/497) + [v6.2.0]: https://github.com/sharetribe/web-template/compare/v6.1.0...v6.2.0 + ## [v6.1.0] 2024-11-06 - [add] Add currently available translations for DE, ES, FR. diff --git a/package.json b/package.json index f8ff3ba63..4b4f99c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "6.1.0", + "version": "6.2.0", "private": true, "license": "Apache-2.0", "dependencies": {