Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhruiz committed Nov 26, 2020
1 parent d21c3ac commit 37140c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## UNRELEASED

## [1.6.0] - 2020-11-26
### Changed
- Make `cas_extra_attributes` accessible as strings or symbols when restoring
an user from session
- Removed pry/byebug from Rubies < 2.4 since they are no longer supported
- Remove Gemfile.lock from version control

Expand Down
2 changes: 1 addition & 1 deletion lib/cassette/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Cassette
class Version
MAJOR = '1'.freeze
MINOR = '5'.freeze
MINOR = '6'.freeze
PATCH = '0'.freeze

def self.version
Expand Down

0 comments on commit 37140c3

Please sign in to comment.