diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae2ab6..7011a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] - 2019-08-03 + +### Added + +- feature: add `foreign` constraint support when crafting migrations +- feature: add `current` option when crafting migrations +- feature: add `migration` option when crafting models +- admin: updated tests +- admin: updated readme +- ## [1.6.0] - 2019-07-27 ### Added