Skip to content

Commit

Permalink
v0.27.2 (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey authored Apr 12, 2021
1 parent b19f716 commit 8d7bb57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.27.2 (2021-04-12)

- Removed: legacy ecrypted cookies handling. [#1470](https://github.com/luckyframework/lucky/pull/1470)
- Updated: Cookies resulting in encryption failure are ignored. [#1470](https://github.com/luckyframework/lucky/pull/1470)

### v0.27.1 (2021-04-09)

- Fixed: support for previous versions (<= 0.26.0) of encrypted cookies. [#1467](https://github.com/luckyframework/lucky/pull/1467)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky
version: 0.27.1
version: 0.27.2

crystal: ">=0.36.1, < 2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion src/lucky/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lucky
VERSION = "0.27.1"
VERSION = "0.27.2"
end

0 comments on commit 8d7bb57

Please sign in to comment.