Skip to content

Commit 7ecf06c

Browse files
committed
prepare release 1.0.0
1 parent 40fd82a commit 7ecf06c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

4+
1.0.0
5+
-----
6+
7+
This first stable release contains all the official conformance test fixtures
8+
provided by the maintainers of the xAPI spec as JSON encoded files and provides
9+
ways to access them through a PHP API.
10+
11+
This release is equivalent to the 0.2 release series and is considered to
12+
be stable.
13+
414
0.2.3
515
-----
616

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"extra": {
2323
"branch-alias": {
24-
"dev-master": "0.2.x-dev"
24+
"dev-master": "1.0.x-dev"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)