diff --git a/CHANGELOG.md b/CHANGELOG.md index 926e6a1..a849236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v2.0.1] + +### Fixed +- Fixed link to TravisCI image in README. + ## [v2.0.0] ### Added @@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial commit. serial-port-cpp library has basic functions up and running. -[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.1...HEAD +[v2.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.1...v2.0.0 [v2.0.0]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...v1.0.1 [v1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0 \ No newline at end of file diff --git a/README.rst b/README.rst index a996c2a..4fdb09d 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ CppLinuxSerial Serial port library written in C++ ---------------------------------- -.. image:: https://api.travis-ci.org/gbmhunter/CppLinuxSerial.png?branch=master - :target: https://travis-ci.org/gbmhunter/CppLinuxSerial +.. image:: https://travis-ci.org/mbedded-ninja/CppLinuxSerial.svg?branch=master + :target: https://travis-ci.org/mbedded-ninja/CppLinuxSerial .. role:: bash(code) :language: bash