Skip to content

Commit 201c6d6

Browse files
authored
Prepare for stable releases (#147)
* Updated changelog * Updated changelog * Updated changelog
1 parent 5531d7a commit 201c6d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 0.4.0
8+
79
### Changed
810

911
* `HierarchicalCachePoolTrait::getValueFormStore` was renamed to `HierarchicalCachePoolTrait::getDirectValue`
1012

13+
### Removed
14+
15+
* Dependency to `cache/taggable-cache`.
16+
1117
## 0.3.0
1218

1319
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"minimum-stability": "dev",
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "0.4-dev"
44+
"dev-master": "0.5-dev"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)