Skip to content

Commit 33febfa

Browse files
committed
Prepare for 0.4.0 release
1 parent 62a30da commit 33febfa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.4.0 (2022-04-27)
2+
--------------------------
3+
Add back-off on 100% event sending failure (#9)
4+
Add event-level Subject (#61)
5+
Add IP address property to Subject (#62)
6+
Rename send_limit to batch_size in Emitter (#63)
7+
18
Version 0.3.0 (2022-04-19)
29
--------------------------
310
Add support for Linux in HTTP client (#5)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ limitations under the License.
178178
[travis-image]: https://travis-ci.org/snowplow/snowplow-cpp-tracker.png?branch=master
179179
[travis]: https://travis-ci.org/snowplow/snowplow-cpp-tracker
180180

181-
[release-image]: https://img.shields.io/badge/release-0.3.0-6ad7e5.svg?style=flat
181+
[release-image]: https://img.shields.io/badge/release-0.4.0-6ad7e5.svg?style=flat
182182
[releases]: https://github.com/snowplow/snowplow-cpp-tracker/releases
183183

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

src/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using std::string;
2121
using std::set;
2222

2323
namespace snowplow {
24-
const string SNOWPLOW_TRACKER_VERSION_LABEL = "cpp-0.3.0";
24+
const string SNOWPLOW_TRACKER_VERSION_LABEL = "cpp-0.4.0";
2525

2626
// post requests
2727
const string SNOWPLOW_POST_PROTOCOL_VENDOR = "com.snowplowanalytics.snowplow";

0 commit comments

Comments
 (0)