Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhruiz committed May 13, 2016
1 parent e35359b commit 03961bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.3] - 2016-05-13
## Changed
- Memoizes Faraday instances to keep the number of file descriptors down

## [1.1.2] - 2016-04-28
### Fixed
- Fixed an issue with sessions and RubyCAS helper

## [1.1.1] - 2016-04-15
### Fixed
- Fixed a `NoMethodError` caused by refactoring
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cassette (1.1.2)
cassette (1.1.3)
activesupport (> 3.1.0)
faraday (> 0.9)
libxml-ruby
Expand Down Expand Up @@ -113,4 +113,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.10.6
1.12.3
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 = '1'
PATCH = '2'
PATCH = '3'

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

0 comments on commit 03961bf

Please sign in to comment.