We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cf1c0 commit 3bfa00dCopy full SHA for 3bfa00d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.11.0
2
+
3
+* Fix stack trace to deep in webrick
4
+* Fixes for Rails < 7.1
5
+* Support custom primary key types in migration template
6
7
# 0.10.1
8
9
* Fix a bug introduced in 0.8.1 where we fixed Rails 7.1 warnings. This broke the serialization in Rails < 7.1.
lib/rails_api_logger/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RailsApiLogger
- VERSION = "0.10.1"
+ VERSION = "0.11.0"
end
0 commit comments