Skip to content

Commit 03ccf09

Browse files
authored
prepare identity 0.3.1 release (#104)
1 parent 6ae147d commit 03ccf09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

actix-identity/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 0.3.1 - 2020-09-20
47
* Add method to set HttpOnly flag on cookie identity. [#102]
58

69

actix-identity/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-identity"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Nikolay Kim <[email protected]>"]
55
description = "Identity service for Actix web"
66
readme = "README.md"

0 commit comments

Comments
 (0)