diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b845a872..68dbcf2432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.5.4](https://github.com/swift-nav/libsbp/tree/v2.5.4) + +[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.5.3...v2.5.4) + +**Merged pull requests:** + +- Add TCP reconnect, purge "Skylark broker" support [\#678](https://github.com/swift-nav/libsbp/pull/678) + + ## [v2.5.3](https://github.com/swift-nav/libsbp/tree/v2.5.3) (2019-04-08) [Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.5.2...v2.5.3) diff --git a/c/include/libsbp/version.h b/c/include/libsbp/version.h index f5099b4019..3abc4de8c4 100644 --- a/c/include/libsbp/version.h +++ b/c/include/libsbp/version.h @@ -25,7 +25,7 @@ /** Protocol minor version. */ #define SBP_MINOR_VERSION 5 /** Protocol patch version. */ -#define SBP_PATCH_VERSION 3 +#define SBP_PATCH_VERSION 4 /** \} */ diff --git a/docs/sbp.pdf b/docs/sbp.pdf index 306c5d4391..f656ea4e8d 100644 Binary files a/docs/sbp.pdf and b/docs/sbp.pdf differ diff --git a/haskell/sbp.cabal.m4 b/haskell/sbp.cabal.m4 index 388348ea85..a2e0756bba 100644 --- a/haskell/sbp.cabal.m4 +++ b/haskell/sbp.cabal.m4 @@ -1,5 +1,5 @@ name: sbp -version: 2.5.3 +version: 2.5.4 synopsis: SwiftNav's SBP Library homepage: https://github.com/swift-nav/libsbp license: LGPL-3 diff --git a/package-lock.json b/package-lock.json index 7c63033b4b..0e1080a9b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sbp", - "version": "2.5.3", + "version": "2.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 281351553b..70eb72e470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbp", - "version": "2.5.3", + "version": "2.5.4", "description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/", "files": [ "javascript/*", diff --git a/python/sbp/RELEASE-VERSION b/python/sbp/RELEASE-VERSION index a4db534a2d..d21aa93ccd 100644 --- a/python/sbp/RELEASE-VERSION +++ b/python/sbp/RELEASE-VERSION @@ -1 +1 @@ -2.5.3 \ No newline at end of file +2.5.4 \ No newline at end of file