diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d6c6a..adb344e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog dev --- +* (nothing yet) + +0.2 (2016-03-14) +---------------- + * Added basic support for the [file-analyzing service](https://retdec.com/api/docs/fileinfo.html). Also added a sample tool that uses this service to analyze binary files (`fileinfo`). diff --git a/README.md b/README.md index 635204d..706e011 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ API Documentation The API documentation is available here: * [latest](http://projects.petrzemek.net/retdec-cpp/doc/) +* [0.2](http://projects.petrzemek.net/retdec-cpp/doc/0.2/) * [0.1](http://projects.petrzemek.net/retdec-cpp/doc/0.1/) You can also generate it by yourself (pass `-DRETDEC_DOC=1` to `cmake` and run