diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b20811c7..eb2d367c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,25 @@ # Change Log -## [v2.4.5](https://github.com/swift-nav/libsbp/tree/v2.4.5) +## [v2.4.6](https://github.com/swift-nav/libsbp/tree/v2.4.6) +[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.5...v2.4.6) + +**Closed issues:** + +- link to Piksi settings in sbp.settings module doc is really outdated [\#626](https://github.com/swift-nav/libsbp/issues/626) +- Publish v2.3.15 as a release [\#573](https://github.com/swift-nav/libsbp/issues/573) + +**Merged pull requests:** + +- Use OpenJDK 8 so we aren't chasing Oracle \[ESD-940\] [\#625](https://github.com/swift-nav/libsbp/pull/625) +- Attempt to resolve JavaScript security warnings [\#624](https://github.com/swift-nav/libsbp/pull/624) + +## [v2.4.5](https://github.com/swift-nav/libsbp/tree/v2.4.5) (2018-11-28) [Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.4...v2.4.5) **Merged pull requests:** +- v2.4.5 files [\#623](https://github.com/swift-nav/libsbp/pull/623) - Msg Timing Telem [\#622](https://github.com/swift-nav/libsbp/pull/622) ## [v2.4.4](https://github.com/swift-nav/libsbp/tree/v2.4.4) (2018-11-20) diff --git a/c/include/libsbp/version.h b/c/include/libsbp/version.h index c93c1d21d7..17d765a727 100644 --- a/c/include/libsbp/version.h +++ b/c/include/libsbp/version.h @@ -25,7 +25,7 @@ /** Protocol minor version. */ #define SBP_MINOR_VERSION 4 /** Protocol patch version. */ -#define SBP_PATCH_VERSION 5 +#define SBP_PATCH_VERSION 6 /** \} */ diff --git a/docs/sbp.pdf b/docs/sbp.pdf index 4b70e3c1fa..ae3a0f851c 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 0577b1b30b..8085e4b194 100644 --- a/haskell/sbp.cabal.m4 +++ b/haskell/sbp.cabal.m4 @@ -1,5 +1,5 @@ name: sbp -version: 2.4.5 +version: 2.4.6 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 edd57f2101..769f65af0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sbp", - "version": "2.4.5", + "version": "2.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4348,7 +4348,7 @@ "qs": { "version": "6.5.2", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=", "dev": true }, "querystring": { @@ -5909,7 +5909,7 @@ "y18n": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms=", "dev": true }, "yallist": { diff --git a/package.json b/package.json index 39e2ddc1bc..18984c24bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbp", - "version": "2.4.5", + "version": "2.4.6", "description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/", "files": [ "javascript/*",