From 3934bd3953b3bc0069591517c1df9119e2a08a6c Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Thu, 22 Aug 2019 10:13:05 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7d36f..c97a7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.6] - 22-08-2019 + +### Changed + +- Fix fields casted to array not working by [@jplhomer](https://github.com/jplhomer) + ## [1.1.5] - 16-08-2019 ### Changed @@ -54,6 +60,7 @@ Initial release. - Basic multiple select field using [vue-multiselect](https://github.com/shentao/vue-multiselect) +[1.1.6]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.5...1.1.6 [1.1.5]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.4...1.1.5 [1.1.4]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.3...1.1.4 [1.1.3]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.2...1.1.3