Skip to content

Commit 4b6c2a9

Browse files
committed
Cut 4.1.0
1 parent 573fb05 commit 4b6c2a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
### [4.1.0] - 2024-12-16
9+
810
### Added
911

1012
- Make retry count configurable
@@ -379,7 +381,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
379381

380382
## 1.0.0 - 2015-08-25
381383

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
383386
[4.0.1]: https://github.com/hakanensari/peddler/compare/v4.0.0...v4.0.1
384387
[4.0.0]: https://github.com/hakanensari/peddler/compare/v3.0.0...v4.0.0
385388
[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.0.1"
4+
VERSION = "4.1.0"
55
end

0 commit comments

Comments
 (0)