Skip to content

Commit 029aef2

Browse files
Bump version to 1.1.0
1 parent ab7e316 commit 029aef2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main
44

5+
## 1.1.0 (2025-01-21)
6+
57
- [PR#23](https://github.com/DmitryTsepelev/io_monitor/pull/23) Fix net/http adapter and an issue with nil responses ([@SSDany])
68

79
## 1.0.0 (2023-05-06)

io_monitor.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
2929

3030
spec.require_paths = ["lib"]
3131

32-
spec.required_ruby_version = ">= 2.7.0"
32+
spec.required_ruby_version = ">= 3.1.0"
3333

34-
spec.add_dependency "rails", ">= 6.1"
34+
spec.add_dependency "rails", ">= 7.0"
3535
spec.add_development_dependency "redis", ">= 4.0"
3636
spec.add_development_dependency "prometheus-client"
3737
end

lib/io_monitor/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 IoMonitor
4-
VERSION = "1.0.0"
4+
VERSION = "1.1.0"
55
end

0 commit comments

Comments
 (0)