Skip to content

Commit

Permalink
Release 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kephart committed Apr 7, 2023
1 parent 66a420a commit 8e5a0d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [2.7.2](https://github.com/owen2345/camaleon-cms/tree/2.7.3) (2023-04-07)
- Inclusion of CommonRelationships into subclasses is now performed in an inherited hook

## [2.7.2](https://github.com/owen2345/camaleon-cms/tree/2.7.2) (2023-03-24)
- Fix bug rendering category pages

Expand Down
2 changes: 1 addition & 1 deletion camaleon_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.requirements << 'imagemagick'
# s.post_install_message = "Thank you for install Camaleon CMS."

s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
s.files = Dir['{app,config,db,lib}/**/*', 'LICENSE', 'Rakefile', 'README.md']

s.add_dependency 'bcrypt'
s.add_dependency 'breadcrumbs_on_rails'
Expand Down
2 changes: 1 addition & 1 deletion lib/camaleon_cms/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CamaleonCms
VERSION = '2.7.2'.freeze
VERSION = '2.7.3'.freeze
end

0 comments on commit 8e5a0d2

Please sign in to comment.