diff --git a/data/docs.yml b/data/docs.yml index 9e6b52d..f49c499 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -152,6 +152,9 @@ navi: path: release-notes title: Release Notes pages: + - + path: v0.8.1 + title: v0.8.1 - path: v0.8.0 title: v0.8.0 diff --git a/markdown/docs/release-notes/v0.8.0.md b/markdown/docs/release-notes/v0.8.0.md index 994fe0b..75fd608 100644 --- a/markdown/docs/release-notes/v0.8.0.md +++ b/markdown/docs/release-notes/v0.8.0.md @@ -1,7 +1,7 @@ # Release v0.8.0 +This is a major feature release. > Release Date: Feb 21, 2023 - #### New Features - Completely re-written jambonz portal - Multi-user support in jambonz portal diff --git a/markdown/docs/release-notes/v0.8.1.md b/markdown/docs/release-notes/v0.8.1.md new file mode 100644 index 0000000..c20ed30 --- /dev/null +++ b/markdown/docs/release-notes/v0.8.1.md @@ -0,0 +1,23 @@ +# Release v0.8.1 +This is a minor bug-fix release. +> Release Date: Feb 27, 2023 + +#### New Features +- update to latest @jambonz/verb-specifications with less verbose logging +- update Dockerfile to reduce vulnerabilities +- add env VITE_APP_DISABLE_DEFAULT_TRUNK_ROUTING to prevent accounts from default-routing trunks, if desired + +#### Bug fixes +- fix for early hints match in gather +- update to latest @jambonz/verb-specifications with less verbose logging +- gather minBargeinWordCount defaults to 1 +- webapp issue with focusable fields + +#### SQL changes +None. + +#### Availability +- Available shortly on AWS Marketplace +- Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts) + +**Questions?** Contact us at support@jambonz.org \ No newline at end of file