Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 17, 2024
1 parent 71bcf04 commit 1ad0f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

[Unreleased]: https://github.com/envato/pagerduty/compare/v4.0.1...HEAD

## [4.0.1] - 2024-02-17

### Added

- Test on Ruby 3.2, and 3.3 in the CI build ([#84], [#85]).

### Changed

- Updated authorship details ([#82]).
- Bump the rubocop development dependency to version 1 ([#86]).
- Bump the Rubocop development dependency to version 1 ([#86]).

[Unreleased]: https://github.com/envato/pagerduty/compare/v4.0.0...HEAD
[4.0.1]: https://github.com/envato/pagerduty/compare/v4.0.0...v4.0.1
[#82]: https://github.com/envato/pagerduty/pull/82
[#84]: https://github.com/envato/pagerduty/pull/84
[#85]: https://github.com/envato/pagerduty/pull/85
Expand Down Expand Up @@ -75,7 +79,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[#73]: https://github.com/envato/pagerduty/pull/73
[#74]: https://github.com/envato/pagerduty/pull/74
[#75]: https://github.com/envato/pagerduty/pull/75
[#78]: https://github.com/envato/pagerduty/pull/77
[#77]: https://github.com/envato/pagerduty/pull/77
[#78]: https://github.com/envato/pagerduty/pull/78
[#79]: https://github.com/envato/pagerduty/pull/79
[#80]: https://github.com/envato/pagerduty/pull/80
Expand Down
2 changes: 1 addition & 1 deletion lib/pagerduty/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pagerduty
VERSION = "4.0.0"
VERSION = "4.0.1"
end

0 comments on commit 1ad0f54

Please sign in to comment.