Skip to content

Commit

Permalink
Release 0.8.44 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 30, 2024
1 parent d052c14 commit e27f55f
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.44 2024-07-30 <dave at tiredofit dot ca>

### Added
- Synapse 1.112.0


## 0.8.43 2024-07-30 <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.111.1"} \
ENV SYNAPSE_VERSION=${SYNAPSE_VERSION:-"v1.112.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 e27f55f

Please sign in to comment.