Skip to content

Commit cb3dd1c

Browse files
committed
Add version change log
1 parent 41f91c8 commit cb3dd1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
# ZEF Mini framework
44

55

6+
### 0.1.1 Rest app
7+
8+
* add default rest app
9+
* add upgrade safe handler interface
10+
611
### 0.1.0 Initial version

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type" : "library",
44
"description" : "Mini PHP framework",
55
"homepage" : "https://github.com/zef-dev/zef-mini",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"license" : "MIT",
88
"require" : {
99
"php" : "^7.2.5",

0 commit comments

Comments
 (0)