CHANGELOG.md in graphql-sugar-0.1.5 vs CHANGELOG.md in graphql-sugar-0.1.6
- old
+ new
@@ -4,9 +4,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [0.1.6] - 2018-05-18
+### Fixed
+- Support for MySQL by conditionally checking Postgres-specific `array?`
+
## [0.1.5] - 2018-02-13
### Fixed
- Add checks for `allow_blank` and `allow_nil` (#3)
## [0.1.4] - 2018-01-26