Commit 36fbaaa124edd967b1a6efe137ff8a9bfa4ab905

Authored by Geoffrey Hunter
1 parent 03f2c464

Updated files in preparation for release of v2.0.0.

Showing 1 changed file with 5 additions and 2 deletions
CHANGELOG.md
... ... @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6 6  
7 7 ## [Unreleased]
8 8  
  9 +## [v2.0.0]
  10 +
9 11 ### Added
10 12 - Added CMake build support.
11 13 - Added basic, config and read/write unit tests using gtest.
... ... @@ -28,5 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28 30 ### Added
29 31 - Initial commit. serial-port-cpp library has basic functions up and running.
30 32  
31   -[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...HEAD
32   -[1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0
33 33 \ No newline at end of file
  34 +[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...HEAD
  35 +[v2.0.0]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...v1.0.1
  36 +[v1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0
34 37 \ No newline at end of file
... ...