diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8fbc0..4af34fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.1 + * Removed max length from binary-type JSON schemas [#8](https://github.com/singer-io/tap-mssql/pull/8/) + ## 1.4.0 * Add support for connecting to Named Instances by omitting port and adding the instance name in the host field [#4](https://github.com/singer-io/tap-mssql/pull/4) diff --git a/project.clj b/project.clj index 82fbca2..28d7aab 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject tap-mssql - "1.4.0" + "1.4.1" :description "Singer.io tap for extracting data from a Microsft SQL Server " :url "https://github.com/stitchdata/tap-mssql" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"