Skip to content

Commit 3a7e810

Browse files
authored
chore(main): release v0.2.3 (#84)
### Bug Fixes - chomp ssh public key (#83)
1 parent 71fed10 commit 3a7e810

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.2.3](https://github.com/hetznercloud/nomad-dev-env/releases/tag/v0.2.3)
4+
5+
### Bug Fixes
6+
7+
- chomp ssh public key (#83)
8+
39
## [v0.2.2](https://github.com/hetznercloud/nomad-dev-env/releases/tag/v0.2.2)
410

511
### Bug Fixes

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev" {
2-
source = "github.com/hetznercloud/nomad-dev-env?ref=v0.2.2" # x-releaser-pleaser-version
2+
source = "github.com/hetznercloud/nomad-dev-env?ref=v0.2.3" # x-releaser-pleaser-version
33

44
hcloud_token = var.hcloud_token
55
}

0 commit comments

Comments
 (0)