Skip to content

Commit

Permalink
Release 1.1.3 (#22)
Browse files Browse the repository at this point in the history
* bump version and changelog
  • Loading branch information
unsign3d authored May 13, 2024
1 parent 6563528 commit 03cd32b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.3]

### Changed
- Updated gems in the lockfile

### Added
- Support for Ruby 3.2 and 3.3

### Dropped
- Check for support for 'ubuntu-18.04'

## [1.1.2]

- Add Puma 6 compatibility
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
puma-plugin-telemetry (1.1.2)
puma-plugin-telemetry (1.1.3)
puma (< 7)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/plugin/telemetry/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Puma
class Plugin
module Telemetry
VERSION = '1.1.2'
VERSION = '1.1.3'
end
end
end

0 comments on commit 03cd32b

Please sign in to comment.