Skip to content

Commit

Permalink
Sets version to 2.3.0 for actual next release
Browse files Browse the repository at this point in the history
  • Loading branch information
alxberardi committed Aug 9, 2016
1 parent 376771f commit a7aaaf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## [2.4.0]

- Adds support for passing dates to Resource#all_with_price
- Fixes issue with HTTParty ~> 0.14
- Updates HTTParty dependency to ~> 0.14

## [2.3.0]

### Changed
- Change cache expiries
- Adds support for passing dates to Resource#all_with_price

### Fixed
- Fixes issue with HTTParty ~> 0.14
- Updates HTTParty dependency to ~> 0.14

## [2.2.2]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/quick_travel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module QuickTravel
VERSION = '2.4.0'
VERSION = '2.3.0'
end

0 comments on commit a7aaaf7

Please sign in to comment.