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 c2a81ba commit f8f2736Copy full SHA for f8f2736
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.3.1 (Next)
2
+
3
+* Your contribution here.
4
5
### 2.3.0 (2025/10/16)
6
7
* [#91](https://github.com/dblock/strava-ruby-client/pull/91): Respects `Faraday::Response::RaiseError::DEFAULT_OPTIONS` when raising errors - [@dblock](https://github.com/dblock).
lib/strava/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Strava
- VERSION = '2.3.0'
+ VERSION = '2.3.1'
end
0 commit comments