From 3246484de8a73daa82095cf43f72ddbc021a917b Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Thu, 14 Dec 2023 15:05:31 +0900 Subject: [PATCH] 0.2.1: Ensure http method is always uppercase --- CHANGELOG.md | 7 +++++++ lib/yabeda/http_requests/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abd464..b2ea8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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" diff --git a/lib/yabeda/http_requests/version.rb b/lib/yabeda/http_requests/version.rb index 7a8c95e..6bb7123 100644 --- a/lib/yabeda/http_requests/version.rb +++ b/lib/yabeda/http_requests/version.rb @@ -2,6 +2,6 @@ module Yabeda module HttpRequests - VERSION = '0.2.0' + VERSION = '0.2.1' end end