Skip to content

Commit 3bfa00d

Browse files
committed
Version 0.11.0
1 parent 45cf1c0 commit 3bfa00d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.10.1
28

39
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RailsApiLogger
4-
VERSION = "0.10.1"
4+
VERSION = "0.11.0"
55
end

0 commit comments

Comments
 (0)