Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
fire015 committed Jun 9, 2017
1 parent 645befa commit 4fd87a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========

### 09/06/2017 - 2.1.1
* Update `Database::writeTempToFile` to correctly close the file pointer and free up memory

### 24/05/2017 - 2.1
* Bump minimum PHP version to 5.6
* Tidy up of Flintstone class, moved some code into `Database`
Expand Down
2 changes: 1 addition & 1 deletion src/Flintstone.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Flintstone
*
* @var string
*/
const VERSION = '2.1';
const VERSION = '2.1.1';

/**
* Database class.
Expand Down

0 comments on commit 4fd87a8

Please sign in to comment.