From 74e59e23f2d712a75993e95990437707cab49a1b Mon Sep 17 00:00:00 2001 From: Calvin Lai Date: Wed, 21 Mar 2018 19:00:05 +0900 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6b1ae..574655d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.0.0](https://github.com/combine/objection-slugify/tree/v2.0.0) + +- Update plugin with mixin implementation as suggested by Objection.js's best +practices. [#2] (Thanks @abelsoares!) + +## [v1.0.1](https://github.com/combine/objection-slugify/tree/v1.0.1) + +- Maintenance release with updates to README and build tools. + ## [v1.0.0](https://github.com/combine/objection-slugify/tree/v1.0.0) - Initial version.