Skip to content

Commit

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

## [Unreleased]

## [4.0.1] - 2024-12-13

### Fixed

- Add kwargs to define_method to fix argument error when calling HTTP methods

## [4.0.0] - 2024-12-13

### Changed

- Pluralized the namespaces `APIs` and `Errors` for consistency. Direct references will need to be updated.
- Pluralize the namespaces `APIs` and `Errors` for consistency. Direct references will need to be updated

### Added

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

## 1.0.0 - 2015-08-25

[Unreleased]: https://github.com/hakanensari/peddler/compare/v4.0.0...HEAD
[Unreleased]: https://github.com/hakanensari/peddler/compare/v4.0.1...HEAD
[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
[3.0.0.beta1]: https://github.com/hakanensari/peddler/compare/v2.4.5...v3.0.0.beta1
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.0.0"
VERSION = "4.0.1"
end

0 comments on commit 52160fa

Please sign in to comment.