Skip to content

Commit

Permalink
prep for v1 release (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdiggins committed Feb 26, 2022
1 parent a0370c3 commit 7276f52
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Unreleased

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

# v1.0.0

* Added support for Rails 6.1, 7.0, Ruby 3 [#919](https://github.com/thredded/thredded/pull/919) [#903](https://github.com/thredded/thredded/pull/903)

### Fixed

* Fix a bug when there is an ophaned PostModerationRecord. #857. Thanks @andreibondarev
* Fix an issue with localised labels #859. Thanks @denzelem
* Switch to RailsGravatar. #881 Thanks @rickychilcott
* Fixed a bug with preview rendering on Rails 6.0+ #932
* Fixed issues with Database Pool exhaustion #926 - thanks to @rickychilcott and others.

### Removed

* Removed support for unsupported rails versions (<5.2)

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

# v0.16.16

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Then, see the rest of this Readme for more information about using and customizi
Add the gem to your Gemfile:

```ruby
gem 'thredded', '~> 0.16.16'
gem 'thredded', '~> 1.0'
```

Add the Thredded [initializer] to your parent app by running the install generator.
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 = '0.16.16'
VERSION = '1.0.0'
end

0 comments on commit 7276f52

Please sign in to comment.