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 Mar 4, 2015
1 parent 8398a30 commit 9290bed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.1
_Mar 4 2015_
* bug fixes
- Fix README.md typos [PR #134 and #131]
- Use table prefixes in `rebuild` command [PR #133]
- Fix `limitDepth` query scope [PR #125]

## 1.1.0
_Mar 3 2015_
* enhancements
Expand Down
2 changes: 1 addition & 1 deletion src/Baum/Providers/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.1.0';
const VERSION = '1.1.1';

/**
* Register the service provider.
Expand Down

0 comments on commit 9290bed

Please sign in to comment.