diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4ba9f..df8598e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.4] + +### Changed +- Updated gems in the lockfile + ## [1.1.3] ### Changed diff --git a/Gemfile.lock b/Gemfile.lock index ad9c98e..e0256f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - puma-plugin-telemetry (1.1.3) + puma-plugin-telemetry (1.1.4) puma (< 7) GEM @@ -23,7 +23,8 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -53,6 +54,7 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) + strscan (3.1.0) unicode-display_width (2.5.0) PLATFORMS diff --git a/lib/puma/plugin/telemetry/version.rb b/lib/puma/plugin/telemetry/version.rb index 8e34ec0..6548dc5 100644 --- a/lib/puma/plugin/telemetry/version.rb +++ b/lib/puma/plugin/telemetry/version.rb @@ -3,7 +3,7 @@ module Puma class Plugin module Telemetry - VERSION = '1.1.3' + VERSION = '1.1.4' end end end