From b044ae14a9a2060cdbbad4fdb057bbab4775cb78 Mon Sep 17 00:00:00 2001 From: Collin Simon Date: Fri, 4 Sep 2020 15:30:32 -0400 Subject: [PATCH] Bump to v1.6.3 (#42) --- CHANGELOG.md | 3 +++ project.clj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1826e..694c812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.6.3 + * Properly check whether change tracking is enabled on a DB in Azure [#41](https://github.com/singer-io/tap-mssql/pull/41) + ## 1.6.2 * Warn on permissions errors when discovering schemas if the user doesn't have access [#33](https://github.com/singer-io/tap-mssql/pull/33) diff --git a/project.clj b/project.clj index 7fe6912..719ae12 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject tap-mssql - "1.6.2" + "1.6.3" :description "Singer.io tap for extracting data from a Microsft SQL Server " :url "https://github.com/stitchdata/tap-mssql" :license {:name "GNU Affero General Public License Version 3; Other commercial licenses available."