diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..58d1819 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ef97e3e..0662b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"