Skip to content

Commit

Permalink
Merge pull request #160 from North-Two-Five/Issue-#156-Update-Changelog
Browse files Browse the repository at this point in the history
Update change log and version for release
  • Loading branch information
pooyaj authored Mar 11, 2021
2 parents 638860d + 6d87974 commit e0aef00
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.7.0 / 2021-03-10
=======================

* Retry Network errors (#136)
* Update Tests [Improvement] (#132)
* Updtate Readme Status Badging (#139)
* Bump e2e tests to latest version [Improvement] (#142)
* Add Limits to message, batch and memeory usage [Feature] (#137)
* Add Configurable flush parameters [Feature] (#135)
* Add ability to use custom consumer [Feature] (#61)
* Add ability to set file permmissions [Feature] (#122)
* Fix curl error handler [Improvement] (#97)
* Fix timestamp implementation for microseconds (#94)
* Modify max queue size setting to match requirements (#153, #146)
* Add ability to set userid as zero (#157)


1.6.1-beta / 2018-05-01
=======================
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "segmentio/analytics-php",
"version": "1.6.1-beta",
"version": "1.7.0",
"description": "Segment Analytics PHP Library",
"keywords": [
"analytics",
Expand Down Expand Up @@ -32,4 +32,4 @@
"bin": [
"bin/analytics"
]
}
}
2 changes: 1 addition & 1 deletion lib/Segment/Version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
global $SEGMENT_VERSION;
$SEGMENT_VERSION = "1.6.1-beta";
$SEGMENT_VERSION = "1.7.0";

0 comments on commit e0aef00

Please sign in to comment.