Skip to content

Commit

Permalink
Update CHANGELOG & bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepat committed Jul 3, 2014
1 parent 3614736 commit ae9d7e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.11
_Jul 3 2014_
* bug fixes
- Target Laravel stable version in `composer.json` file. Merges [#67].
- Use qualified order column name on `newNestedSetQuery` method. Merges [#70].
Expand Down
2 changes: 1 addition & 1 deletion src/Baum/BaumServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BaumServiceProvider extends ServiceProvider {
*
* @var string
*/
const VERSION = '1.0.10';
const VERSION = '1.0.11';

/**
* Indicates if loading of the provider is deferred.
Expand Down

0 comments on commit ae9d7e5

Please sign in to comment.