We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6408e5a + b096604 commit eaecb91Copy full SHA for eaecb91
.github/workflows/main.yml
@@ -127,9 +127,6 @@ jobs:
127
id: set-version
128
shell: bash
129
run: |
130
- # REMOVE BELOW AFTER TESTING
131
- exit 1
132
- # REMOVE ABOVE AFTER TESTING
133
VERSION=${{ needs.build.outputs.version }}
134
NEXT_VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
135
tmp=$(mktemp)
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.2.1 (04-Oct-2022)
2
+* Fix publishing failure.
3
+
4
## 3.2.0 (03-Oct-2022)
5
* Implement `intersystems-server-credentials` authentication provider.
6
* Implement `Migrate Legacy Passwords` command (#146).
0 commit comments