Skip to content

Commit 22e5c03

Browse files
author
Zachery Moneypenny
committed
Bump version to 0.10.0
Also includes changelog updates for v0.10.0
1 parent 5727476 commit 22e5c03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
# fitgem changelog
55

6+
## v0.10.0
7+
8+
#### 2014-08-08 Zachery Moneypenny <[email protected]>
9+
10+
* Updates default test framework to RSpec 3
11+
* Updates library to use SSL exclusively when hitting the Fitbit REST API. Fitbit is restricting access to its API via https only on November 3rd, 2014. See [issue #30](https://github.com/whazzmaster/fitgem/issues/30) for more information. This should be transparent to end users of fitgem, as the library simply ignores the :ssl option in the Client constructor and defaults to https everywhere.
12+
* The previously-deprecated `weekly_leaderboard` and `monthly_leaderboard` methods have now been updated to throw a `DeprecatedApiError` rather than warning about deprecation. These methods will be removed in v1.0.
13+
614
## v0.9.0
715

816
#### 2014-02-11 Zachery Moneypenny <[email protected]>

lib/fitgem/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Fitgem
2-
VERSION = '0.9.0'
2+
VERSION = '0.10.0'
33
end

0 commit comments

Comments
 (0)