We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a625fe2 commit 2dfc20aCopy full SHA for 2dfc20a
2 files changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
DEMYX_REPOSITORY: ssh
15
- DEMYX_VERSION: 1.10.0
+ DEMYX_VERSION: 1.11.0
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v6
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 2026-05-29
4
+### Added
5
+- None.
6
+### Changed
7
+- Bump `DEMYX_VERSION` to `1.11.0` in GitHub Actions Docker workflow.
8
+### Fixed
9
10
+### Removed
11
+### Security
+
## 2026-05-27
### Added
- None.
0 commit comments