We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6658525 + 5a11c2e commit f4020c6Copy full SHA for f4020c6
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Change Log
2
+
3
+## 2.1.1 (2025-10-26)
4
5
+### Bug fixes
6
+- **Backend**: Fix to properly close the socket on a GET request
7
8
## 2.1.0 (2025-08-04)
9
10
### Enhancements
docs/releases.md
@@ -1,4 +1,11 @@
# Release Notes
+## 2.1.1
+**2025-10-26**
## 2.1.0
11
**2025-08-04**
package.json
@@ -2,7 +2,7 @@
"name": "sasaki77-archiver-appliance",
"alerting": true,
"private": true,
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "ArchiverAppliance",
"main": "index.js",
"scripts": {
0 commit comments