Skip to content

Commit 5b67b89

Browse files
committed
Cut 4.1.1
1 parent c1bbbf3 commit 5b67b89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
### [4.1.0] - 2024-12-16
8+
### [4.1.1] - 2024-12-17
99

1010
### Added
1111

12-
- Make retry count configurable
12+
- Make retries configurable
1313

1414
### Fixed
1515

@@ -381,8 +381,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
381381

382382
## 1.0.0 - 2015-08-25
383383

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
386386
[4.0.1]: https://github.com/hakanensari/peddler/compare/v4.0.0...v4.0.1
387387
[4.0.0]: https://github.com/hakanensari/peddler/compare/v3.0.0...v4.0.0
388388
[3.0.0]: https://github.com/hakanensari/peddler/compare/v3.0.0.beta1...v3.0.0

lib/peddler/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Peddler
4-
VERSION = "4.1.0"
4+
VERSION = "4.1.1"
55
end

0 commit comments

Comments
 (0)