Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Jun 4, 2019
1 parent 051b4ab commit 0b22ffe
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ build/

# Dep
vendor/

# Jetbrains
.idea/
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.1.0 (2019-05-20)
--------------------------
Update copyright to 2016-2019 (#32)
Remove Request.Close setting to fix TIME_WAIT connections (#30)
Make project a Go module (#28)
Add emitter option for custom HTTP client (#29)
Read response body in requests (#27)

Version 2.0.0 (2018-08-21)
--------------------------
Remove Godeps (#18)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ guest> make test

## Copyright and license

The Snowplow Golang Tracker is copyright 2016-2018 Snowplow Analytics Ltd.
The Snowplow Golang Tracker is copyright 2016-2019 Snowplow Analytics Ltd.

Licensed under the **[Apache License, Version 2.0][license]** (the "License");
you may not use this software except in compliance with the License.
Expand All @@ -41,10 +41,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[travis-image]: https://travis-ci.org/snowplow/snowplow-golang-tracker.png?branch=master
[travis-image]: https://travis-ci.org/snowplow/snowplow-golang-tracker.svg?branch=master
[travis]: https://travis-ci.org/snowplow/snowplow-golang-tracker

[release-image]: http://img.shields.io/badge/release-2.0.0-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/release-2.1.0-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-golang-tracker/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
2 changes: 1 addition & 1 deletion tracker/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
package tracker

const (
TRACKER_VERSION = "golang-2.0.0"
TRACKER_VERSION = "golang-2.1.0"

// POST Requests
POST_PROTOCOL_VENDOR = "com.snowplowanalytics.snowplow"
Expand Down

0 comments on commit 0b22ffe

Please sign in to comment.