Skip to content

Commit ec0b676

Browse files
committed
Release v1.4.2: bump version and update Changelog
1 parent fe7afaa commit ec0b676

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
===========
33

4+
## [v1.4.2](https://github.com/Apipie/apipie-rails/tree/v1.4.2) (2024-07-20)
5+
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.4.1...v1.4.2)
6+
* Fix rubocop with most recent version 1.65.0 (#930) (Mathieu Jobin)
7+
* Fix error for hash object warnings with delegated method descriptions (#938) (Murray Steele)
8+
49
## [v1.4.1](https://github.com/Apipie/apipie-rails/tree/v1.4.1) (2024-07-09)
510
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.4.0...v1.4.1)
611
* Fix multiple rubocop offenses via rubocop_challenger. (Mathieu Jobin)

lib/apipie/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Apipie
2-
VERSION = "1.4.1".freeze
2+
VERSION = "1.4.2".freeze
33
end

0 commit comments

Comments
 (0)