From c93dc6bd9cadb5f50fec3590ffad3c52e659672b Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:13:00 +0900 Subject: [PATCH] v1.2.3 --- CHANGELOG.md | 4 ++++ lib/apipie/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47c626c..9b9d5f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog =========== +## [v1.2.3](https://github.com/Apipie/apipie-rails/tree/v1.2.3) (2023-10-11) +[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.2.2...v1.2.3) +* Fix param: Consider default_value: nil as valid config ([#894](https://github.com/Apipie/apipie-rails/pull/894)) (davidwessman) + ## [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) diff --git a/lib/apipie/version.rb b/lib/apipie/version.rb index b4f9027a..b5a44274 100644 --- a/lib/apipie/version.rb +++ b/lib/apipie/version.rb @@ -1,3 +1,3 @@ module Apipie - VERSION = "1.2.2" + VERSION = "1.2.3" end