Skip to content

Commit

Permalink
REL: v0.1.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jun 27, 2024
1 parent 1e94f4d commit 07c8925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Write the date in place of the "Unreleased" in the case a new version is release
### Fixed
- When authenticated as a Service Principal, display the SP's uuid in
the client Context repr.
- The dependency `json-merge-patch`, introduced in v0.1.0b4, was missing from
some pip selectors.

## v0.1.0b4 (2024-06-18)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.2"
services:
tiled:
image: ghcr.io/bluesky/tiled:v0.1.0b4
image: ghcr.io/bluesky/tiled:v0.1.0b5
environment:
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
ports:
Expand Down

0 comments on commit 07c8925

Please sign in to comment.