diff --git a/CHANGELOG b/CHANGELOG index 1c0adbee2..bcf47a6ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 2.0.1 (2021-05-21) +-------------------------- +PubSub: fix missing apikey header to resolve schemas (#468) + Version 2.0.0 (2021-05-06) -------------------------- Common: fix duplicate workflow runs in CI/CD (#465) diff --git a/README.md b/README.md index 7aaf21625..dc728061a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Release][release-image]][releases] [![License][license-image]][license] [![Coverage Status][coveralls-image]][coveralls] -[![Test][test-image]][test] +[![CI][ci-image]][ci] # Snowplow Enrich @@ -45,8 +45,8 @@ limitations under the License. [roadmap]: https://github.com/snowplow/enrich/issues [contributing]: https://docs.snowplowanalytics.com/docs/contributing/ -[test]: https://github.com/snowplow/enrich/actions?query=workflow%3ATest -[test-image]: https://github.com/snowplow/enrich/workflows/Test/badge.svg +[ci]: https://github.com/snowplow/enrich/actions?query=workflow%3ACI +[ci-image]: https://github.com/snowplow/enrich/workflows/CI/badge.svg [license]: http://www.apache.org/licenses/LICENSE-2.0 [license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat @@ -54,5 +54,5 @@ limitations under the License. [coveralls]: https://coveralls.io/github/snowplow/enrich?branch=master [coveralls-image]: https://coveralls.io/repos/github/snowplow/enrich/badge.svg?branch=master -[release-image]: https://img.shields.io/badge/release-2.0.0-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-2.0.1-blue.svg?style=flat [releases]: https://github.com/snowplow/enrich/releases