diff --git a/CHANGELOG.md b/CHANGELOG.md index dd86895..492ab51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 0389648..6a34188 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cassette (1.2.5) + cassette (1.2.6) faraday (> 0.9) GEM diff --git a/lib/cassette/version.rb b/lib/cassette/version.rb index 8005fe5..4448a94 100644 --- a/lib/cassette/version.rb +++ b/lib/cassette/version.rb @@ -2,7 +2,7 @@ module Cassette class Version MAJOR = '1' MINOR = '2' - PATCH = '5' + PATCH = '6' def self.version [MAJOR, MINOR, PATCH].join('.')