Skip to content

Commit

Permalink
Cut 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Dec 17, 2024
1 parent c1bbbf3 commit 5b67b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### [4.1.0] - 2024-12-16
### [4.1.1] - 2024-12-17

### Added

- Make retry count configurable
- Make retries configurable

### Fixed

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

## 1.0.0 - 2015-08-25

[Unreleased]: https://github.com/hakanensari/peddler/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/hakanensari/peddler/compare/v4.0.1...v4.1.0
[Unreleased]: https://github.com/hakanensari/peddler/compare/v4.1.1...HEAD
[4.1.1]: https://github.com/hakanensari/peddler/compare/v4.0.1...v4.1.1
[4.0.1]: https://github.com/hakanensari/peddler/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/hakanensari/peddler/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/hakanensari/peddler/compare/v3.0.0.beta1...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/peddler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Peddler
VERSION = "4.1.0"
VERSION = "4.1.1"
end

0 comments on commit 5b67b89

Please sign in to comment.