Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Tagged v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Nov 3, 2017
1 parent f8e0e0d commit d75da12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.6.0
## v0.6.1
### Fixed
- Required typhoeus in We::Call instead of connection, which loads it early enough for NewRelic tracing to kick in if you use that

### Changed
- Reduced open timeout default to 1 second

### Changed
- Reduced open timeout default to 1 second

## v0.6.0
### Changed
- Use typhoeus instead of NetHTTP for a [series of reasons]

[typhoeus]: https://github.com/typhoeus/typhoeus
[series of reasons]: https://github.com/wework/we-call-gem/pull/7

## v0.5.4

### Fixed
- Connection checks `Rails.env` instead of `ENV['RAILS_ENV']` as most people dont have RAILS_ENV in their `.env` file

Expand Down
2 changes: 1 addition & 1 deletion lib/we/call/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module We
module Call
VERSION = "0.6.0"
VERSION = "0.6.1"
end
end

0 comments on commit d75da12

Please sign in to comment.