diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 258b39c0..410266cf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: keeps events loggiging with default message + hash: d1e3bdf29a4cbe976f6d2feff0eb0f8553b3865a + body: "" + footer: + change-type: minor + author: Otávio Jacobi + nested: [] + - subject: uses amplitude data events format + hash: bdf7fedd7aa596834243590cf914f8f366088867 + body: "" + footer: + Change-type: minor + change-type: minor + author: Otávio Jacobi + nested: [] + - subject: changes analytics endpoint to analytics-backend + hash: c163662f4a63e1a3b0621ef28c8720f6f4a1edcd + body: "" + footer: + change-type: minor + author: Otávio Jacobi + nested: [] + version: 14.5.0 + title: "'changes analytics endpoint to analytics-backend'" + date: 2022-10-18T11:18:18.257Z - commits: - subject: Update simple-git to 3.14.1 hash: 70330759007bfdba81986e6c7db1f5c2cb0d7d5f diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e1ffba..3c4f050d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 14.5.0 - 2022-10-18 + +* keeps events loggiging with default message [Otávio Jacobi] +* uses amplitude data events format [Otávio Jacobi] +* changes analytics endpoint to analytics-backend [Otávio Jacobi] + ## 14.4.4 - 2022-10-18 * Update simple-git to 3.14.1 [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 678e0ff9..b140ab48 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.4.4", + "version": "14.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 773431ac..b16a5235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.4.4", + "version": "14.5.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-10-18T10:00:36.262Z" + "publishedAt": "2022-10-18T11:18:20.001Z" } }