Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidaudio committed Dec 20, 2021
1 parent 8a439da commit c06c912
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 0.1.2

- Update SDK to `0.3.17` [#2](https://github.com/fixdauto/tap-newrelic/pull/2)
- Add support for Python versions up to 3.10 [#2](https://github.com/fixdauto/tap-newrelic/pull/2)
- Fix a bug where the same record would be emitted at the beginning of every page. [#2](https://github.com/fixdauto/tap-newrelic/pull/2)

# 0.1.1

- Fix for InvalidStreamSortException from dates in state with sub-second resolution [#1](https://github.com/fixdauto/tap-newrelic/pull/1)

# 0.0.1

Initial Release
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-newrelic"
version = "0.0.1"
version = "0.1.2"
description = "`tap-newrelic` is Singer tap for NewRelic, built with the Singer SDK."
authors = ["Charles Julian Knight"]
license = "Apache 2.0"
Expand Down

0 comments on commit c06c912

Please sign in to comment.