Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Jan 15, 2024
1 parent b1d47f4 commit 0e089b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# CHANGELOG

### Unreleased Changes
### Version 2.4.0

[Compare changes](https://github.com/codevise/pageflow-panorama/compare/2-3-stable...master)
2024-01-15

None so far.
[Compare changes](https://github.com/codevise/pageflow-panorama/compare/2-3-stable...v2.4.0)

- Support Pageflow 17
([#39](https://github.com/codevise/pageflow-panorama/pull/39),
[#38](https://github.com/codevise/pageflow-panorama/pull/38),
[#37](https://github.com/codevise/pageflow-panorama/pull/37))

See
[2-3-stable branch](https://github.com/codevise/pageflow-panorama/blob/2-3-stable/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion lib/pageflow/panorama/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pageflow
module Panorama
VERSION = '2.4.0.dev'.freeze
VERSION = '2.4.0'.freeze
end
end

0 comments on commit 0e089b6

Please sign in to comment.