Skip to content

Commit

Permalink
Release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhruiz committed Jun 27, 2019
1 parent a5ee3b9 commit df23aa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## UNRELEASED
## [1.2.6] - 2019-06-27
### Fixed
- Fix the way the cache backend is set and get to use the same one in everywhere

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cassette (1.2.5)
cassette (1.2.6)
faraday (> 0.9)

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

def self.version
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit df23aa0

Please sign in to comment.