From f678fb90b911f2f8493d056c5340230691de24a9 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:46:53 +0900 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 9 +++++++++ lib/apipie/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9d5f952..0a2e80ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog =========== +## [v1.3.0](https://github.com/Apipie/apipie-rails/tree/v1.3.0) (2023-12-19) +[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.2.3...v1.3.0) +* rubocop fixes ([#897](https://github.com/Apipie/apipie-rails/pull/897)) (Mathieu Jobin) +* Fix usage of deprecated Rack::File in Rack 3.0 ([#896](https://github.com/Apipie/apipie-rails/pull/896)) (James Dean Shepherd) +* add rails 7.1 to the build matrix ([#898](https://github.com/Apipie/apipie-rails/pull/898)) (Mathieu Jobin) +* super small typo fix ([#900](https://github.com/Apipie/apipie-rails/pull/900)) (Eric Pugh) +* support for property example ([#901](https://github.com/Apipie/apipie-rails/pull/901)) (Chien-Wei Huang (Michael)) +* Use array items type from validator ([#904](https://github.com/Apipie/apipie-rails/pull/)) (Panos Dalitsouris) + ## [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) diff --git a/lib/apipie/version.rb b/lib/apipie/version.rb index b5a44274d..70f259106 100644 --- a/lib/apipie/version.rb +++ b/lib/apipie/version.rb @@ -1,3 +1,3 @@ module Apipie - VERSION = "1.2.3" + VERSION = "1.3.0" end