diff --git a/ChangeLog.md b/ChangeLog.md index 8761366..88a6f91 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +## 0.1.7 + +* Add support for JSON type + ## 0.1.6 * Fix build for mysql 8 diff --git a/mysql.cabal b/mysql.cabal index 528247f..e492c03 100644 --- a/mysql.cabal +++ b/mysql.cabal @@ -1,5 +1,5 @@ name: mysql -version: 0.1.6 +version: 0.1.7 homepage: https://github.com/paul-rouse/mysql bug-reports: https://github.com/paul-rouse/mysql/issues synopsis: A low-level MySQL client library.