Skip to content

Commit 9c10c89

Browse files
Paul Boocockpaulboocock
authored andcommitted
Prepare for 2.4.1 release
1 parent b8f9396 commit 9c10c89

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Version 2.4.0 (2020-10-07)
210
--------------------------
311
Add ability to set Subject per event (#50)

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.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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.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.4.0"
17+
TRACKER_VERSION = "golang-2.4.1"
1818

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

0 commit comments

Comments
 (0)