From ec0b67659b9f3e8a32cbba08e2375cc9ec23515f Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Sat, 20 Jul 2024 09:18:42 +0900 Subject: [PATCH] Release v1.4.2: bump version and update Changelog --- CHANGELOG.md | 5 +++++ lib/apipie/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6df3043b..a573f554a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog =========== +## [v1.4.2](https://github.com/Apipie/apipie-rails/tree/v1.4.2) (2024-07-20) +[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.4.1...v1.4.2) +* Fix rubocop with most recent version 1.65.0 (#930) (Mathieu Jobin) +* Fix error for hash object warnings with delegated method descriptions (#938) (Murray Steele) + ## [v1.4.1](https://github.com/Apipie/apipie-rails/tree/v1.4.1) (2024-07-09) [Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.4.0...v1.4.1) * Fix multiple rubocop offenses via rubocop_challenger. (Mathieu Jobin) diff --git a/lib/apipie/version.rb b/lib/apipie/version.rb index 2d251ab32..5a06d8c05 100644 --- a/lib/apipie/version.rb +++ b/lib/apipie/version.rb @@ -1,3 +1,3 @@ module Apipie - VERSION = "1.4.1".freeze + VERSION = "1.4.2".freeze end