Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Feb 10, 2021
1 parent 45b04eb commit cb4c0ee
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 147 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.17.2 (2020-02-10)
---------------------------
Fix dynamic contexts not being evaluated on each page ping (#891)

Version 2.17.1 (2020-02-03)
---------------------------
Prevent samesite cookie warning from triggering (#886)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# JavaScript web analytics for Snowplow

[![actively-maintained]][tracker-classificiation]
[![Release][release-image]][releases]
[![Build Status][gh-actions-image]][gh-actions]
[![Saucelabs Test Status][saucelabs-button-image]][saucelabs]
[![Release][release-image]][releases]
[![License][license-image]][bsd]

## Overview
Expand Down Expand Up @@ -55,7 +55,7 @@ Build the tracker using `npm run build` and run unit tests with `npm run test:un

## Testing

[![Selenium Test Status][saucelabs-matrix-image]][saucelabs]
[![Sauce Labs Test Status][saucelabs-matrix-image]][saucelabs]

## Copyright and license

Expand Down Expand Up @@ -83,7 +83,7 @@ Licensed under the [Simplified BSD][bsd] license.
[gh-actions]: https://github.com/snowplow/snowplow-javascript-tracker/actions
[gh-actions-image]: https://github.com/snowplow/snowplow-javascript-tracker/workflows/Build/badge.svg
[saucelabs]: https://saucelabs.com/u/snowplow
[saucelabs-button-image]: https://app.saucelabs.com/buildstatus/snowplow
[saucelabs-button-image]: https://img.shields.io/static/v1?style=flat&label=Sauce%20Labs&message=Tested&color=e2231a&logo=sauce-labs
[saucelabs-matrix-image]: https://app.saucelabs.com/browser-matrix/snowplow.svg
[license-image]: http://img.shields.io/badge/license-simplified--bsd-blue.svg?style=flat
[tracker-classificiation]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/tracker-maintenance-classification/
Expand Down
Loading

0 comments on commit cb4c0ee

Please sign in to comment.