Skip to content

Commit

Permalink
bump to 1.4.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
KAllan357 authored Dec 3, 2019
1 parent 3cab177 commit 3ecf20d
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.2
* Extract database from config replacing it with an empty string if it is nil [#13](https://github.com/singer-io/tap-mssql/pull/13)

## 1.4.1
* Removed max length from binary-type JSON schemas [#8](https://github.com/singer-io/tap-mssql/pull/8/)

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.1"
"1.4.2"
: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 3ecf20d

Please sign in to comment.