Skip to content

Commit

Permalink
chore(main): release 6.3.0 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 30, 2023
1 parent 45d8aac commit 131d2c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "6.2.2"
".": "6.3.0"
}
7 changes: 7 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/rotp/version.rb
@@ -1,3 +1,3 @@
module ROTP
VERSION = '6.2.2'.freeze
VERSION = '6.3.0'.freeze
end

0 comments on commit 131d2c3

Please sign in to comment.