CHANGELOG.md in alchemy-pg_search-1.2.0 vs CHANGELOG.md in alchemy-pg_search-2.0.0
- old
+ new
@@ -1,4 +1,9 @@
+## 2.0.0 (2021-09-23)
+
+- Move searchable attribute to contents table [#20](https://github.com/AlchemyCMS/alchemy-pg_search/pull/20) by [tvdeyen](https://github.com/tvdeyen)
+- Support Alchemy 4.0 [#18](https://github.com/AlchemyCMS/alchemy-pg_search/pull/18) by [tvdeyen](https://github.com/tvdeyen)
+
## 1.2.0 (2018-11-28)
- Rename the #search method into #full_text_search [#14](https://github.com/AlchemyCMS/alchemy-pg_search/pull/14) by [tvdeyen](https://github.com/tvdeyen)
- Add a page search scope class [#13](https://github.com/AlchemyCMS/alchemy-pg_search/pull/13) by [tvdeyen](https://github.com/tvdeyen)