File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ### [ 4.1.0] - 2024-12-16
9
+
8
10
### Added
9
11
10
12
- Make retry count configurable
@@ -379,7 +381,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
379
381
380
382
## 1.0.0 - 2015-08-25
381
383
382
- [ Unreleased ] : https://github.com/hakanensari/peddler/compare/v4.0.1...HEAD
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
383
386
[ 4.0.1 ] : https://github.com/hakanensari/peddler/compare/v4.0.0...v4.0.1
384
387
[ 4.0.0 ] : https://github.com/hakanensari/peddler/compare/v3.0.0...v4.0.0
385
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.0.1 "
4
+ VERSION = "4.1.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments