File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
- ### [ 4.1.0 ] - 2024-12-16
8
+ ### [ 4.1.1 ] - 2024-12-17
9
9
10
10
### Added
11
11
12
- - Make retry count configurable
12
+ - Make retries configurable
13
13
14
14
### Fixed
15
15
@@ -381,8 +381,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
381
381
382
382
## 1.0.0 - 2015-08-25
383
383
384
- [ Unreleased ] : https://github.com/hakanensari/peddler/compare/v4.1.0 ...HEAD
385
- [ 4.1.0 ] : https://github.com/hakanensari/peddler/compare/v4.0.1...v4.1.0
384
+ [ Unreleased ] : https://github.com/hakanensari/peddler/compare/v4.1.1 ...HEAD
385
+ [ 4.1.1 ] : https://github.com/hakanensari/peddler/compare/v4.0.1...v4.1.1
386
386
[ 4.0.1 ] : https://github.com/hakanensari/peddler/compare/v4.0.0...v4.0.1
387
387
[ 4.0.0 ] : https://github.com/hakanensari/peddler/compare/v3.0.0...v4.0.0
388
388
[ 3.0.0 ] : https://github.com/hakanensari/peddler/compare/v3.0.0.beta1...v3.0.0
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Peddler
4
- VERSION = "4.1.0 "
4
+ VERSION = "4.1.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments