diff --git a/CHANGELOG.md b/CHANGELOG.md index 9749a7b..3e259ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.4](https://githu.com/Drop-OSS/headscalez/compare/v0.0.3...v0.0.4) (2025-05-12) + + +### Features + +* grpc bindings ([88fc4dd](https://githu.com/Drop-OSS/headscalez/commit/88fc4ddbbf7b97a4dc46a58a983a2327c0d1d07e)) + + +### Bug Fixes + +* packaging ([af14d5c](https://githu.com/Drop-OSS/headscalez/commit/af14d5c5fbc1d89c44c06121ce291af0808035a3)) +* update build system and dependencies ([83e41aa](https://githu.com/Drop-OSS/headscalez/commit/83e41aa2983d7740958f987ced376c84dc0ab081)) + ### 0.0.3 (2025-05-09) diff --git a/package.json b/package.json index 2da23ae..a86e081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drop-oss/headscalez", - "version": "0.0.3", + "version": "0.0.4", "repository": "https://githu.com/Drop-OSS/headscalez", "license": "MIT", "main": "./dist/index.js",