Skip to content

Commit

Permalink
Release 0.8.56 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jan 14, 2025
1 parent 088cae6 commit 3b4729c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.56 2025-01-14 <dave at tiredofit dot ca>

### Added
- Synapse 1.22.0


## 0.8.55 2024-12-11 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG PROVIDER_REST_VERSION
ARG PROVIDER_S3_VERSION
ARG PROVIDER_SHARED_SECRET_VERSION

ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.121.1"} \
ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.122.0"} \
PROVIDER_LDAP_VERSION=${PROVIDER_LDAP_VERSION:-"v0.3.0"} \
PROVIDER_REST_VERSION=${PROVIDER_REST_VERSION:-"v0.1.4"} \
PROVIDER_S3_VERSION=${PROVIDER_S3_VERSION:-"v1.4.0"} \
Expand Down

0 comments on commit 3b4729c

Please sign in to comment.