We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae147d commit 03ccf09Copy full SHA for 03ccf09
actix-identity/CHANGES.md
@@ -1,6 +1,9 @@
1
# Changes
2
3
## Unreleased - 2020-xx-xx
4
+
5
6
+## 0.3.1 - 2020-09-20
7
* Add method to set HttpOnly flag on cookie identity. [#102]
8
9
actix-identity/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-identity"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Nikolay Kim <[email protected]>"]
description = "Identity service for Actix web"
readme = "README.md"
0 commit comments