From 2279f429f39e5ec9a718c4406ecc175e525a1a35 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Mon, 26 Jun 2023 09:34:20 -0400 Subject: [PATCH] Bump to v1.7.0, update changelog (#89) --- CHANGELOG.md | 3 +++ project.clj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc6f27..d4c37b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.7.0 + * Remove `maxLength` from the catalog [#88](https://github.com/singer-io/tap-mssql/pull/88) + ## 1.6.13 * Removes rowversion and replication keys as valid interruptible bookmarks for logical replication, ensuring the use of a Primary Key * Adds additional check for valid Primary Key before beginning logical replication rather than after completing initial historical replication diff --git a/project.clj b/project.clj index 13b7270..dcbe78d 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject tap-mssql - "1.6.13" + "1.7.0" :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."