From b3bad21d3a296d76672b0847f711dce69161f05b Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Mon, 7 Jun 2021 14:32:39 -0400 Subject: [PATCH] Bump to v1.6.10, update changelog --- CHANGELOG.md | 3 +++ project.clj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263ee15..d76ff2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.6.10 + * Update `nrepl` server binding from `0.0.0.0` to `127.0.0.1` [#62](https://github.com/stitchdata/tap-mssql/pull/62) + ## 1.6.9 * Quote the `ORDER BY` columns in incremental queries [#59](https://github.com/singer-io/tap-mssql/pull/59) diff --git a/project.clj b/project.clj index caae96f..ce165a8 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject tap-mssql - "1.6.9" + "1.6.10" :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."