File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 2.4.1 (2021-07-21)
2+ --------------------------
3+ Replace myesui/uuid with google/uuid (#59)
4+ Switch to Github Actions (#62)
5+ Cleanup gitignore (#54)
6+ Remove Vagrant references in test suite (#55)
7+ Update license (#60)
8+
19Version 2.4.0 (2020-10-07)
210--------------------------
311Add ability to set Subject per event (#50)
Original file line number Diff line number Diff 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.4.0 -6ad7e5.svg?style=flat
47+ [ release-image ] : http://img.shields.io/badge/release-2.4.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
Original file line number Diff line number Diff line change 1- 2.4.0
1+ 2.4.1
Original file line number Diff line number Diff line change 1414package tracker
1515
1616const (
17- TRACKER_VERSION = "golang-2.4.0 "
17+ TRACKER_VERSION = "golang-2.4.1 "
1818
1919 // POST Requests
2020 POST_PROTOCOL_VENDOR = "com.snowplowanalytics.snowplow"
You can’t perform that action at this time.
0 commit comments