Skip to content

Commit 3d27bad

Browse files
committed
Preparing for next developer iteration, 2.1.1.
1 parent fc013c3 commit 3d27bad

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.1.1 (Next)
2+
3+
* Your contribution here.
4+
15
### 2.1.0 (2024/3/20)
26

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

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.1.0'
4+
VERSION = '2.1.1'
55
end

0 commit comments

Comments
 (0)