Skip to content

Commit

Permalink
Prepare for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Dec 21, 2022
1 parent 73a75f3 commit b717c5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
Version 0.6.1 (2022-12-21)
--------------------------
Fix curl_multi_exec deprecated functionality error (#121)

Version 0.6.0 (2022-12-20)
--------------------------
Bump dependencies (#131)
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Expand Up @@ -45,7 +45,7 @@ class Constants {
* - SSL: the default for whether or not to use SSL Encryption
* - Type: the default for what type of request the emitter will be making (POST or GET)
*/
const TRACKER_VERSION = "php-0.6.0";
const TRACKER_VERSION = "php-0.6.1";
const DEFAULT_BASE_64 = true;
const DEBUG_LOG_FILES = true;
const CONTEXT_SCHEMA = "iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1";
Expand Down

0 comments on commit b717c5a

Please sign in to comment.