diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa19356f..c00fdfb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased changes -[Full changelog](https://github.com/mozilla/glean.js/compare/v0.13.0...main) +[Full changelog](https://github.com/mozilla/glean.js/compare/v0.14.0...main) + +# v0.14.0 (2021-05-19) + +[Full changelog](https://github.com/mozilla/glean.js/compare/v0.13.0...v0.14.0) * [#313](https://github.com/mozilla/glean.js/pull/313): Send Glean.js version and platform information on X-Telemetry-Agent header instead of User-Agent header. # v0.13.0 (2021-05-18) diff --git a/glean/package-lock.json b/glean/package-lock.json index e9074d241..c6b77d63e 100644 --- a/glean/package-lock.json +++ b/glean/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mozilla/glean", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mozilla/glean", - "version": "0.13.0", + "version": "0.14.0", "license": "MPL-2.0", "dependencies": { "jose": "^3.7.0", diff --git a/glean/package.json b/glean/package.json index 2acfec067..056a621e9 100644 --- a/glean/package.json +++ b/glean/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla/glean", - "version": "0.13.0", + "version": "0.14.0", "description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.", "type": "module", "exports": { diff --git a/glean/src/core/constants.ts b/glean/src/core/constants.ts index 7e6b36370..d0654b782 100644 --- a/glean/src/core/constants.ts +++ b/glean/src/core/constants.ts @@ -8,7 +8,7 @@ export const GLEAN_SCHEMA_VERSION = 1; // // PACKAGE_VERSION is defined as a global by webpack, // we need a default here for testing when the app is not build with webpack. -export const GLEAN_VERSION = "0.13.0"; +export const GLEAN_VERSION = "0.14.0"; // The name of a "ping" that will include Glean ping_info metrics, // such as ping sequence numbers.