You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Removed
15
15
16
-
## [0.6.1] 2022-08-24
16
+
## [0.6.1] 2022-08-23
17
17
### Changed
18
18
* Fixed documentation in SECURITY.md
19
19
* Change references to master => main
20
20
21
+
### Added
22
+
* Post install note about v0.6.x EOL approaching in April, 2024
23
+
21
24
## [0.6.0] 2022-08-23
22
25
### Added
23
26
* New option `body_hash_enabled` which defaults to true to maintain backward compatibility with prior releases. Setting to `false` disables generation of a `oauth_body_hash` component as part of the signature computation.
@@ -32,11 +35,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
35
### Removed
33
36
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
34
37
38
+
## [0.5.13] 2022-08-23
39
+
The "I think I caught 'em all!" Release
40
+
41
+
### Fixed
42
+
* Typo oauth2 => oauth as gem name in one more place.
43
+
44
+
## [0.5.12] 2022-08-23
45
+
The "Typoes are just the worst!" Release
46
+
47
+
### Fixed
48
+
* Typo oauth2 => oauth as gem name in a couple places.
49
+
35
50
## [0.5.11] 2022-08-23
36
51
The "Is this the last release with a silly name?" Release
37
52
38
53
### Added
39
-
* Post install note about EOL approaching in April, 2023
54
+
* Post install note about v0.5.x EOL approaching in April, 2023
40
55
41
56
### Changed
42
57
* Improved documentation
@@ -416,8 +431,11 @@ but please have a look at the unit tests.
416
431
* Moved all non-Rails functionality from the Rails plugin:
0 commit comments