diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1a9fdde..cf9574a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update protobuf definitions to loki 2.4.2 + hash: c7e7b7945ba81ccb53f9519240d66b69067f2e4d + body: "" + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + version: 2.1.0 + title: "" + date: 2024-11-18T17:36:52.547Z - commits: - subject: Rebuild with latest protobuf deps hash: b40ab45fc3c830e9d14fb7cc507b0553a26e2b62 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd642d..509daea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v2.1.0 +## (2024-11-18) + +* Update protobuf definitions to loki 2.4.2 [Pagan Gazzard] + # v2.0.1 ## (2024-10-29) diff --git a/package.json b/package.json index 8c7f525..3adb17d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loki-grpc-client", - "version": "2.0.1", + "version": "2.1.0", "description": "Loki GRPC client for Node.js", "homepage": "https://github.com/balena-io-modules/node-loki-grpc-client#readme", "main": "build/index.js", @@ -60,6 +60,6 @@ "google-protobuf": "^3.21.4" }, "versionist": { - "publishedAt": "2024-10-29T17:47:24.219Z" + "publishedAt": "2024-11-18T17:36:52.592Z" } }