From ad2bc8d37ca60d846965e4998cd0f0ae31d1f2f0 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:07:12 +0900 Subject: [PATCH] v1.2.2 --- CHANGELOG.md | 6 ++++++ lib/apipie/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0794c64..c47c626c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog =========== +## [v1.2.2](https://github.com/Apipie/apipie-rails/tree/v1.2.2) (2023-07-18) +[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.2.1...v1.2.2) +* Fixed Swagger warnings for properties ([#892](https://github.com/Apipie/apipie-rails/pull/892)) (shev-vadim-net) +* Improved support for multipart/form-data example recording ([#891](https://github.com/Apipie/apipie-rails/pull/891)) (Butiri Cristian & hossenlopp) +* rubocop (1.54.2) fixes required with latest version ([#893](https://github.com/Apipie/apipie-rails/pull/893)) (Mathieu Jobin) + ## [v1.2.1](https://github.com/Apipie/apipie-rails/tree/v1.2.1) (2023-06-09) [Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.2.0...v1.2.1) * rspec: Fixes deprecated matcher ([#882](https://github.com/Apipie/apipie-rails/pull/882)) (David Wessman) diff --git a/lib/apipie/version.rb b/lib/apipie/version.rb index 87bf8ea5..b4f9027a 100644 --- a/lib/apipie/version.rb +++ b/lib/apipie/version.rb @@ -1,3 +1,3 @@ module Apipie - VERSION = "1.2.1" + VERSION = "1.2.2" end