Updated CHangelog and flake

This commit is contained in:
Juan Font Alonso 2022-08-10 11:04:42 +02:00
parent f8958d4e22
commit 84f66090fd
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## 0.17.0 (2022-xx-xx)
- Updated dependencies (including the library that lacked armhf support) [#722](https://github.com/juanfont/headscale/pull/722)
## 0.16.0 (2022-07-25)
**Note:** Take a backup of your database before upgrading.

View File

@ -24,7 +24,7 @@
# When updating go.mod or go.sum, a new sha will need to be calculated,
# update this if you have a mismatch after doing a change to thos files.
vendorSha256 = "sha256-2o78hsi0B9U5NOcYXRqkBmg34p71J/R8FibXsgwEcSo=";
vendorSha256 = "sha256-RzmnAh81BN4tbzAGzJbb6CMuws8kuPJDw7aPkRRnSS8=";
ldflags = [ "-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}" ];
};