From 41706fd7461db54c2728100b09f3df7f299d4fb6 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Tue, 10 Sep 2019 10:52:26 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97a7cc..da2b0dc 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.2.0] - 10-09-2019 + +### Changed + +- Do not save value as an array when field max is set to 1 + ## [1.1.6] - 22-08-2019 ### Changed @@ -60,6 +66,7 @@ Initial release. - Basic multiple select field using [vue-multiselect](https://github.com/shentao/vue-multiselect) +[1.2.0]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.6...1.2.0 [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