Skip to content

Commit

Permalink
Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 26, 2023
1 parent e99e047 commit 8177f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# v0.7.1 (unreleased)
# v0.7.1 (2023-08-26)

* Updated to use new hungryserv URL field in whoami response.
* Stopped using `setpgid` when running bridges on macOS as it causes weird issues.
* Changed docker image to create `DATA_DIR` if it doesn't exist instead of failing.

# v0.7.0 (2023-08-20)

Expand Down
2 changes: 1 addition & 1 deletion cmd/bbctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (

ParsedBuildTime time.Time

Version = "v0.7.0"
Version = "v0.7.1"
)

const BuildTimeFormat = "Jan _2 2006, 15:04:05 MST"
Expand Down

0 comments on commit 8177f25

Please sign in to comment.