We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc013c3 commit 3d27badCopy full SHA for 3d27bad
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.1.1 (Next)
2
+
3
+* Your contribution here.
4
5
### 2.1.0 (2024/3/20)
6
7
* [#80](https://github.com/dblock/strava-ruby-client/pull/80): Removes default values for Faraday's SSL settings `ca_file` and `ca_path` - [@dblock](https://github.com/dblock).
lib/strava/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Strava
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
end
0 commit comments