diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ad1b1..07aeafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # OpenXC Message Format Changelog +## v0.8.0 + +* Feature: Support for GET_VIN command +* Improvements: Diagnostic Request structure enhanced to handle stitch frames +* Removed: MessagePack encoding removed + ## v0.7.0-dev * Improvement: Increase diagnostic response payload size to accommodate diff --git a/README.md b/README.md index 24b3bc1..e81a73e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenXC Message Format Specification -Version: v0.7.0-dev +Version: v0.8.0 This specification is a part of the [OpenXC platform][OpenXC]. @@ -161,7 +161,7 @@ found in the [OBD-II standard](http://en.wikipedia.org/wiki/OBD-II_PIDs#Mode_01) License ======= -Copyright (c) 2012-2014 Ford Motor Company +Copyright (c) 2012-2021 Ford Motor Company Licensed under the BSD license.