Skip to content

Commit fd8d749

Browse files
committed
Updated CHANGELOG.md and version-compatibility.md
1 parent 3009e32 commit fd8d749

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*Note: Numbers like (\#123) point to closed Pull Requests on the fractal-web repository.*
22

3-
# Unreleased
3+
# 1.11.0
44

55
* Alignment with fractal-server 2.9.0 (\#640, \#643, \#652, \#655):
66
* Updated task collections logic and created task-group activities pages for standard users and administrators (\#640);

docs/version-compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following table shows which `fractal-server` versions are compatible with wh
44

55
| fractal-web | fractal-server |
66
|-------------|----------------|
7+
| 1.11.1 | 2.9.0 |
78
| 1.10.1 | 2.8.0 |
89
| 1.10.0 | 2.8.0 |
910
| 1.9.0 | 2.7.0 |

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineConfig({
107107

108108
webServer: [
109109
{
110-
command: './tests/start-test-server.sh 2.9.0a11',
110+
command: './tests/start-test-server.sh 2.9.0',
111111
port: 8000,
112112
waitForPort: true,
113113
stdout: 'pipe',

0 commit comments

Comments
 (0)