Skip to content

Commit

Permalink
update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zokioki committed Dec 6, 2022
1 parent 17dbb21 commit 221aae3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.15.0
------
- The following methods now take a subscription_id as the first argument:
- create_subscription
- delete_subscription
- Fix scope param handling for `auth_url`
- Refactor configuration logic
- Improve endpoint request specs
- Format code with Rubocop

0.14.2
------
- Add documentation for more methods
Expand Down
2 changes: 1 addition & 1 deletion lib/fitbit_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FitbitAPI
VERSION = '0.14.2'
VERSION = '0.15.0'
end

0 comments on commit 221aae3

Please sign in to comment.