Skip to content

Commit 840fcfa

Browse files
committed
v4.10.0
1 parent 6676650 commit 840fcfa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,11 @@ jobs:
2626
ruby: 2.6
2727
- rails: "6.0"
2828
ruby: 2.7
29-
- rails: "6.0"
30-
ruby: 3.1
3129
- rails: "6.0"
3230
ruby: jruby
3331

3432
- rails: "6.1"
3533
ruby: "2.7"
36-
- rails: "6.1"
37-
ruby: 3.1
3834
- rails: "6.1"
3935
ruby: jruby
4036

lib/rails_semantic_logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsSemanticLogger
2-
VERSION = "4.9.0".freeze
2+
VERSION = "4.10.0".freeze
33
end

0 commit comments

Comments
 (0)