Skip to content

Commit 873e378

Browse files
authored
Release 5.22.0 (#4162)
* Updated core submodule to 5.22 * Release 5.22.0 (#3962) (#4093)
1 parent 97b4fff commit 873e378

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "dev" ]
5+
branches: [ "5.22" ]
66
pull_request:
7-
branches: [ "dev" ]
7+
branches: [ "5.22" ]
88

99
env:
1010
DOCKER_ENTERPRISE_URL: ${{ secrets.DOCKER_ENTERPRISE_DEV_URL }}

docs/asciidoc/modules/ROOT/partials/neo4j-server.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The version compatibility matrix explains the mapping between Neo4j and APOC ver
4646
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.3.1[5.3.1^] | 5.3.0 (5.3.x)
4747
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.2.0[5.2.0^] | 5.2.0 (5.2.x)
4848
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.1.0[5.1.0^] | 5.1.0 (5.1.x)
49-
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.18[4.4.0.18^] | 4.4.0 (4.4.x)
49+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.28[4.4.0.28^] | 4.4.0 (4.4.x)
5050
|===
5151

5252
// end::version-matrix[]

0 commit comments

Comments
 (0)