We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1f4f9 commit 2b3011bCopy full SHA for 2b3011b
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v3.4.0]
11
+
12
+- Removes `v1_signup` param as it is no longer required (https://github.com/RaspberryPiFoundation/profile/pull/1512)
13
14
## [v3.3.0]
15
16
### Added
lib/rpi_auth/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module RpiAuth
4
- VERSION = '3.3.0'
+ VERSION = '3.4.0'
5
end
0 commit comments