diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 592b3ad..5c753b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.2" + ".": "6.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 138689c..812f8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.0](https://github.com/mdp/rotp/compare/v6.2.2...v6.3.0) (2023-08-30) + + +### Features + +* Allow for non-standard provisioning URI params, eg. image/icon ([#91](https://github.com/mdp/rotp/issues/91)) ([45d8aac](https://github.com/mdp/rotp/commit/45d8aac8356424897faf3a0dbda59f88b22df775)) + ## 6.2.2 - Removed `rjust` from `generate_otp` in favor of more time constant version diff --git a/lib/rotp/version.rb b/lib/rotp/version.rb index 8052bdd..9ceac2b 100644 --- a/lib/rotp/version.rb +++ b/lib/rotp/version.rb @@ -1,3 +1,3 @@ module ROTP - VERSION = '6.2.2'.freeze + VERSION = '6.3.0'.freeze end