Skip to content

Commit 9290bed

Browse files
committed
Update CHANGELOG & bump version.
1 parent 8398a30 commit 9290bed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.1
2+
_Mar 4 2015_
3+
* bug fixes
4+
- Fix README.md typos [PR #134 and #131]
5+
- Use table prefixes in `rebuild` command [PR #133]
6+
- Fix `limitDepth` query scope [PR #125]
7+
18
## 1.1.0
29
_Mar 3 2015_
310
* enhancements

src/Baum/Providers/BaumServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BaumServiceProvider extends ServiceProvider {
1414
*
1515
* @var string
1616
*/
17-
const VERSION = '1.1.0';
17+
const VERSION = '1.1.1';
1818

1919
/**
2020
* Register the service provider.

0 commit comments

Comments
 (0)