Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit 091a840

Browse files
author
David Czarnecki
committed
Bump version to 1.2.0. Update CHANGELOG.
1 parent 86480fc commit 091a840

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# CHANGELOG
22

3-
## 1.1.0
3+
## 1.2.0 (2013-07-03)
4+
5+
* You can now customize the default parameters sent on each call. Thanks [@pat](https://github.com/pat).
6+
7+
## 1.1.0 (2013-04-04)
48

59
* Gem now uses [Faraday](https://github.com/lostisland/faraday) to allow for swapping of the underlying HTTP library. Thanks [@norbert](https://github.com/norbert).
610

7-
## 1.0.0
11+
## 1.0.0 (2013-03-27)
812

913
* Initial release

lib/forecast_io/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Forecast
22
module IO
33
# Current Forecast::IO version
4-
VERSION = '1.1.0'
4+
VERSION = '1.2.0'
55
end
66
end

spec/forecast_io/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
describe 'Forecast::IO::VERSION' do
44
it 'should be the correct version' do
5-
Forecast::IO::VERSION.should == '1.1.0'
5+
Forecast::IO::VERSION.should == '1.2.0'
66
end
77
end

0 commit comments

Comments
 (0)