Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kephart committed Mar 23, 2023
1 parent 10a920d commit 8f0ef38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.1](https://github.com/owen2345/camaleon-cms/tree/2.7.1) (2023-03-22)
- Fix common relationships

## [2.7.0](https://github.com/owen2345/camaleon-cms/tree/2.7.0) (2023-03-22)
- Change some render calls from `inline` to `plain`
- Stop monkeypatching ActiveRecord::Base
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.0'.freeze
VERSION = '2.7.1'.freeze
end

0 comments on commit 8f0ef38

Please sign in to comment.