Skip to content

Commit f4020c6

Browse files
authored
Merge pull request #204 from sasaki77/release-2.1.1
REL: update for 2.1.1 release
2 parents 6658525 + 5a11c2e commit f4020c6

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
## 2.1.0 (2025-08-04)
39

410
### Enhancements

docs/releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Release Notes
2+
## 2.1.1
3+
4+
**2025-10-26**
5+
6+
### Bug fixes
7+
- **Backend**: Fix to properly close the socket on a GET request
8+
29
## 2.1.0
310

411
**2025-08-04**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sasaki77-archiver-appliance",
33
"alerting": true,
44
"private": true,
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"description": "ArchiverAppliance",
77
"main": "index.js",
88
"scripts": {

0 commit comments

Comments
 (0)