Skip to content

Commit

Permalink
Merge pull request #177 from North-Two-Five/Issue-#176-Version-update
Browse files Browse the repository at this point in the history
Update Version and Change log for new release
  • Loading branch information
pooyaj authored May 31, 2021
2 parents 6638f86 + 0054cad commit d15d2db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.8.0 / 2021-05-26
=======================

* Fix socket return response (#174)
* API Endpoint update (#168)
* Update Batch Size Check (#168)
* Remove messageID override capabilities (#163)
* Update flush sleep waiting period (#161)

1.7.0 / 2021-03-10
=======================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "segmentio/analytics-php",
"version": "1.7.0",
"version": "1.8.0",
"description": "Segment Analytics PHP Library",
"keywords": [
"analytics",
Expand Down
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.7.0";
$SEGMENT_VERSION = "1.8.0";

0 comments on commit d15d2db

Please sign in to comment.