Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Nov 7, 2023
1 parent 3af9774 commit e87939d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# Unreleased
## 1.1.0

### Changed

Expand All @@ -17,6 +17,8 @@ class AddIndentifierToPasswordlessSessions < ActiveRecord::Migration[7.1]
end
```

- Use UUIDs as indentifiers for sessions in public (#176)

### Added

- Add default flash notice for sign out (#178)
Expand Down
2 changes: 1 addition & 1 deletion lib/passwordless/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Passwordless
# :nodoc:
VERSION = "1.0.1"
VERSION = "1.1.0"
end

0 comments on commit e87939d

Please sign in to comment.