Skip to content

Commit 245cf62

Browse files
committed
Prepared for release
1 parent 42954f2 commit 245cf62

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.2.1 (2020-01-03)
2+
--------------------------
3+
Fix module path to use root directory and v2 versioning (#40)
4+
15
Version 2.2.0 (2019-12-31)
26
--------------------------
37
Fix Vagrant environment (#35)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
[travis-image]: https://travis-ci.org/snowplow/snowplow-golang-tracker.svg?branch=master
4545
[travis]: https://travis-ci.org/snowplow/snowplow-golang-tracker
4646

47-
[release-image]: http://img.shields.io/badge/release-2.2.0-6ad7e5.svg?style=flat
47+
[release-image]: http://img.shields.io/badge/release-2.2.1-6ad7e5.svg?style=flat
4848
[releases]: https://github.com/snowplow/snowplow-golang-tracker/releases
4949

5050
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

tracker/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package tracker
1515

1616
const (
17-
TRACKER_VERSION = "golang-2.2.0"
17+
TRACKER_VERSION = "golang-2.2.1"
1818

1919
// POST Requests
2020
POST_PROTOCOL_VENDOR = "com.snowplowanalytics.snowplow"

0 commit comments

Comments
 (0)