Skip to content

Commit

Permalink
Bump version to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Aug 8, 2021
1 parent a52af77 commit ef6a7bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v8.0.1 (2021-08-08)

- Softly deprecate Implicit and put AuthorizationCode and AuthorizationCode w/ PKCE more in the spotlights, as per security recommendations.
- Documentation tweaks and improvements (better cross-link references, better code highlights, links to examples).

## v8.0.0 (2021-06-30)

- Allow more advanced control for tweaking parsers, decoders and url builders. This is particularly useful for applications integrating with systems which are either not strictly following the OAuth2.0 specifications, or, systems who introduce custom fields of some importance for the underlying application. (see #29, #23, #21)
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "truqu/elm-oauth2",
"summary": "OAuth 2.0 client-side utils",
"license": "MIT",
"version": "8.0.0",
"version": "8.0.1",
"exposed-modules": [
"OAuth",
"OAuth.AuthorizationCode",
Expand Down

0 comments on commit ef6a7bf

Please sign in to comment.