Skip to content

Commit

Permalink
chore(release): 4.3.6 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.6](4.3.5...4.3.6) (2024-10-09)

### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.107.0 ([5f51b60](5f51b60))
  • Loading branch information
zebradil-bot committed Oct 9, 2024
1 parent 5f51b60 commit 92e4a49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.6](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.5...4.3.6) (2024-10-09)


### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.107.0 ([5f51b60](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/5f51b609879330e079685aa2e669555ea5848850))

## [4.3.5](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.4...4.3.5) (2024-09-27)


Expand Down
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
pkgs,
self,
}: let
baseVersion = "4.3.5";
baseVersion = "4.3.6";
commit = self.shortRev or self.dirtyShortRev or "unknown";
version = "${baseVersion}-${commit}";
in
pkgs.buildGoModule {
pname = "cloudflare-dynamic-dns";
src = ./.;
vendorHash = "sha256-KtTZcFYzJOH2qwoeHYfksXN7sDVV9ERCFVrrqzdh3M0=";
vendorHash = "sha256-il0L84Kn3Uw8FD+KHqkZs/NiXJTmGkd7pkM5SX/7hlA=";
version = version;

CGO_ENABLED = 0;
Expand Down

0 comments on commit 92e4a49

Please sign in to comment.