diff --git a/RELEASES.md b/RELEASES.md index b4ef4650f4..cf667cffa5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.2.8 (2017-02-27) +=========================== + * Fix bug where frames were being dropped in minute 71 + Version 0.2.7 (2017-02-08) =========================== * Better performance and pictures at night diff --git a/selfdrive/common/version.h b/selfdrive/common/version.h index a0b9e0f04b..dc68bd365a 100644 --- a/selfdrive/common/version.h +++ b/selfdrive/common/version.h @@ -1 +1 @@ -const char *openpilot_version = "0.2.7"; +const char *openpilot_version = "0.2.8"; diff --git a/selfdrive/visiond/visiond b/selfdrive/visiond/visiond index ac6b4155d7..4cf55dfd88 100755 Binary files a/selfdrive/visiond/visiond and b/selfdrive/visiond/visiond differ