We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7afaa commit ec0b676Copy full SHA for ec0b676
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
===========
3
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
+
9
## [v1.4.1](https://github.com/Apipie/apipie-rails/tree/v1.4.1) (2024-07-09)
10
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.4.0...v1.4.1)
11
* Fix multiple rubocop offenses via rubocop_challenger. (Mathieu Jobin)
lib/apipie/version.rb
@@ -1,3 +1,3 @@
module Apipie
- VERSION = "1.4.1".freeze
+ VERSION = "1.4.2".freeze
end
0 commit comments