Skip to content

Commit

Permalink
0.2.1: Ensure http method is always uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Dec 14, 2023
1 parent f66530a commit 3246484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.2.1 - 2023-12-14

### Fixed

- Ensure http method is always uppercase. [@webmat], [#6](https://github.com/yabeda-rb/yabeda-http_requests/pull/6)

## 0.2.0 - 2021-01-25

### Fixed
Expand Down Expand Up @@ -36,3 +42,4 @@ Initial release.
[@dreikanter]: https://github.com/dreikanter "Alex Musayev"
[@danmarcab]: https://github.com/danmarcab "Daniel Marín"
[@Envek]: https://github.com/Envek "Andrey Novikov"
[@webmat]: https://github.com/webmat "Mathieu Martin"
2 changes: 1 addition & 1 deletion lib/yabeda/http_requests/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module HttpRequests
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end

0 comments on commit 3246484

Please sign in to comment.