Skip to content

Commit

Permalink
Prepare version 10.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Oct 28, 2023
1 parent f6e3c3b commit 1ce0c6a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 10.0.1 / 2023-10-28

* Update CarrierWave dependency to version 3.0 ([#102] by [mvz])
* Move String monkey-patches into a module under PublifyCore ([#115] by [mvz])
* Remove text filter plugin naming requirements ([#109], [#110], [#117] by [mvz])
* Fix name and description of Twitterfilter ([#118] by [mvz])
* Fix link to pull request in CHANGELOG ([#116] by [mvz])
* Provide proper validation feedback during setup ([#119] by [mvz])

[#102]: https://github.com/publify/publify_core/pull/102
[#109]: https://github.com/publify/publify_core/pull/109
[#110]: https://github.com/publify/publify_core/pull/110
[#115]: https://github.com/publify/publify_core/pull/115
[#116]: https://github.com/publify/publify_core/pull/116
[#117]: https://github.com/publify/publify_core/pull/117
[#118]: https://github.com/publify/publify_core/pull/118
[#119]: https://github.com/publify/publify_core/pull/119
[mvz]: https://github.com/mvz
[dependabot]: https://github.com/apps/dependabot

## 10.0.0 / 2023-06-25

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

module PublifyCore
VERSION = "10.0.0"
VERSION = "10.0.1"
end

0 comments on commit 1ce0c6a

Please sign in to comment.