From c1d7d8f0ac860fceaadadbda7154e8b5d2f9789e Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 16 Jun 2015 10:11:37 -0500 Subject: [PATCH] Prepping for the 2.8.1 release --- CHANGELOG.md | 9 +++++++++ src/Uuid.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a9b58..98505ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Rhumsaa\Uuid Changelog +## 2.8.1 + +_Released: 2015-06-16_ + + * Use `passthru()` and output buffering in `getIfconfig()`. + * Cache the system node in a static variable so that we process it only once per runtime. + * Set ramsey/uuid as a replacement for rhumsaa/uuid in composer.json. + * Documentation updates and corrections. + ## 2.8.0 _Released: 2014-11-09_ diff --git a/src/Uuid.php b/src/Uuid.php index 81dd646..fdea5e1 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -93,7 +93,7 @@ final class Uuid /** * Version of the Rhumsaa\Uuid package */ - const VERSION = '2.8.x-dev'; + const VERSION = '2.8.1'; /** * For testing, 64-bit system override; if true, treat the system as 32-bit