Skip to content

Commit f8f2736

Browse files
committed
Preparing for next developer iteration, 2.3.1.
1 parent c2a81ba commit f8f2736

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.3.1 (Next)
2+
3+
* Your contribution here.
4+
15
### 2.3.0 (2025/10/16)
26

37
* [#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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Strava
4-
VERSION = '2.3.0'
4+
VERSION = '2.3.1'
55
end

0 commit comments

Comments
 (0)