Skip to content

Commit 131d2c3

Browse files
chore(main): release 6.3.0 (#132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45d8aac commit 131d2c3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.2"
2+
".": "6.3.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.3.0](https://github.com/mdp/rotp/compare/v6.2.2...v6.3.0) (2023-08-30)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## 6.2.2
411

512
- Removed `rjust` from `generate_otp` in favor of more time constant version

lib/rotp/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ROTP
2-
VERSION = '6.2.2'.freeze
2+
VERSION = '6.3.0'.freeze
33
end

0 commit comments

Comments
 (0)