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 8153820 commit 3c3c9f0Copy full SHA for 3c3c9f0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 3.0.1 (Next)
2
+
3
+* Your contribution here.
4
5
### 3.0.0 (2025/10/24)
6
7
* [#96](https://github.com/dblock/strava-ruby-client/pull/96): Updates and refactors models to spec - [@dblock](https://github.com/dblock).
lib/strava/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Strava
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end
0 commit comments