Update README and CHANGELOG for v0.2.1 release

このコミットが含まれているのは:
Cory Slep 2018-08-19 19:00:48 +02:00
コミット 17fce2255a
2個のファイルの変更8行の追加1行の削除

ファイルの表示

@ -1,3 +1,10 @@
v0.2.1 2018-08-19
* Change RWType and FollowResponse to bool and uint8, respectively.
* Update README with applications using the go-fed/activity library.
* Update README with links to official implementation reports for go-fed.
* Add unit test to document behavior when maxDeliveryDepth is set to zero.
v0.2.0 2018-08-04
* Begin FederateAPI unofficial implementation report.

ファイルの表示

@ -20,7 +20,7 @@ documentation for every version of this library.
## Status
**0.2.0** ([Semantic Versioning](https://semver.org/))
**0.2.1** ([Semantic Versioning](https://semver.org/))
An [official implementation report](https://activitypub.rocks/implementation-report/)
was last submitted for version **0.2.0** [here](https://github.com/w3c/activitypub/issues/318).