Skip to content

Commit

Permalink
v0.27.1 (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey authored Apr 10, 2021
1 parent 019a66a commit 9f57dce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### Changes in 0.27
### 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)

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

- Added: support for Crystal 1.0 🥳 [#1445](https://github.com/luckyframework/lucky/pull/1445)
- Added: Pulsar events for tracking before/after action pipes. [#1423](https://github.com/luckyframework/lucky/pull/1423)
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.0
version: 0.27.1

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.0"
VERSION = "0.27.1"
end

0 comments on commit 9f57dce

Please sign in to comment.