Skip to content

Commit

Permalink
Updated version to 1.4.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosorast authored Oct 24, 2019
1 parent dd21074 commit 9895f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9895f93

Please sign in to comment.