Skip to content

Commit 9866c10

Browse files
committed
chore: versioning
1 parent 71ab938 commit 9866c10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ when access token not found, invalid or expired if cookie present [#683](https:/
1212
### Enhancement
1313

1414
* Add `:scheme` option to `Guardian.Plug.VerifyHeader` [#680](https://github.com/ueberauth/guardian/pull/680)
15-
* Add `:refresh_from_cookie` option to `Guardian.Plug.VerifyHeader` and `Guardian.Plug.VerifySession`
15+
* Add `:refresh_from_cookie` option to `Guardian.Plug.VerifyHeader` and `Guardian.Plug.VerifySession`
1616
to replace `Guardian.Plug.VerifyCookie` plug [#675](https://github.com/ueberauth/guardian/pull/675)
1717

1818
### Deprecation
@@ -23,7 +23,9 @@ to replace `Guardian.Plug.VerifyCookie` plug [#675](https://github.com/ueberauth
2323
`Guardian.Plug.VerifyHeader` and `Guardian.Plug.VerifySession`
2424

2525
## v2.1.2
26+
2627
### Enhancement
28+
2729
* Documentation improvements
2830
* Parse the kid from the signing secret to the signature [#654](https://github.com/ueberauth/guardian/pull/654)
2931

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Guardian.Mixfile do
22
@moduledoc false
33
use Mix.Project
44

5-
@version "2.2.0"
5+
@version "2.2.1"
66
@url "https://github.com/ueberauth/guardian"
77
@maintainers [
88
"Daniel Neighman",

0 commit comments

Comments
 (0)