Skip to content

Commit 5530709

Browse files
authored
Bumping version and updating change log
1 parent 7cdc3fe commit 5530709

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.1
2+
current_version = 2.6.2
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# tap-mssql 2.6.2 2024-10-09
2+
* Resolving issue when a table has a primary key and unique key. Both unique and primary key
3+
columns were being identified as the primary key for the target table. Prioritising the
4+
primary key first, and unique key secondary if there is no primary key.
5+
16
# tap-mssql 2.6.1 2024-10-09
27
* Resolving issue with call get the prior LSN number (passing in unescaped table).
38

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tap-mssql"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
description = "A pipelinewise compatible tap for connecting Microsoft SQL Server"
55
authors = ["Rob Winters <[email protected]>"]
66
license = "GNU Affero"

0 commit comments

Comments
 (0)