Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 8, 2014
2 parents 2ff978c + 66e047f commit 3121fae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Druid Changelog

### 1.0.1 (2014-11-08)

* **[IMPROVED]** Allow either version 2.* or 3.* of [icecave/isolator](https://github.com/isolator)

### 1.0.0 (2014-09-09)

* **[BC]** Renamed `UuidGeneratorInterface::create()` to `generate()`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ $uuidFromBinary = Icecave\Druid\Uuid::fromBinary(
<!-- references -->
[Build Status]: http://img.shields.io/travis/IcecaveStudios/druid/develop.svg?style=flat-square
[Test Coverage]: http://img.shields.io/coveralls/IcecaveStudios/druid/develop.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-1.0.0-brightgreen.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-1.0.1-brightgreen.svg?style=flat-square
[RFC-4122]: http://tools.ietf.org/html/rfc4122
2 changes: 1 addition & 1 deletion src/PackageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class PackageInfo
{
const NAME = 'Druid';
const VERSION = '1.0.0';
const VERSION = '1.0.1';
}

0 comments on commit 3121fae

Please sign in to comment.