Skip to content

Commit

Permalink
prepare for 1.0.1 release (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdiggins committed Jun 5, 2022
1 parent 7e43598 commit 3c590e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@

# Unreleased

* Drop support for Rails < 5.2
See the full list of changes here: https://github.com/thredded/thredded/compare/v1.0.1...main

See the full list of changes here: https://github.com/thredded/thredded/compare/v1.0.0...master
# v1.0.1

* ContentFormatter.whitelist is now deprecated in favour of ContentFormatter.allowlist. Will be removed in v2.0
* Support more recent versions of html-pipeline gem
* Fixes for issues with viewing moderation history with ruby 3.0 or rails 7.0
* Drop support for Rails < 5.2

See the full list of changes here: https://github.com/thredded/thredded/compare/v1.0.0...v1.0.1

# v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/thredded/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Thredded
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 3c590e3

Please sign in to comment.