Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsantosbh committed Oct 26, 2023
1 parent f00c9a9 commit 542db14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [2.5.0] - 2023-10-26
### Added
- Add Middleware `SignalwireWebhookAuthentication`

## [2.4.0] - 2023-10-13
### Added
- Add Webhook `ValidateRequest`
Expand Down
2 changes: 1 addition & 1 deletion lib/signalwire/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Signalwire
VERSION = '2.4.0'
VERSION = '2.5.0'
end

0 comments on commit 542db14

Please sign in to comment.