Skip to content

Commit 299bd96

Browse files
committed
Update version to 1.8.6 and add changelog informations
1 parent 85f52a2 commit 299bd96

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Develop -- TODO Change to 1.8.x.
22
* ...
33

4+
# 1.8.6
5+
* IMPORTANT: This fixes a severe problem with postgresql in 1.8.5
6+
* SECURITY: Fix authentication bypass vulnerability
7+
* API: Update version to 1.2.15
8+
* FEATURE: Add copyPadWithoutHistory API (#4295)
9+
* FEATURE: Package more asset files to save http requests (#4286)
10+
* MINOR: Improve UI when reconnecting
11+
* TESTS: Improve tests
12+
413
# 1.8.5
514
* IMPORTANT DROP OF SUPPORT: Drop support for IE. Browsers now need async/await.
615
* IMPORTANT SECURITY: Rate limit Commits when env=production

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
"test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
9696
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
9797
},
98-
"version": "1.8.5",
98+
"version": "1.8.6",
9999
"license": "Apache-2.0"
100100
}

0 commit comments

Comments
 (0)