diff --git a/NEWS.md b/NEWS.md
index 8c8dabb22..6d961d768 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,30 @@
+## 36.0.0 2026-04-09
+
+Trillium (2026 R1) release, see [upgrade notes](doc/upgrading.md#version-360).
+
+* [RMB-1025](https://folio-org.atlassian.net/browse/RMB-1025) Create schema even if role already exists
+* [RMB-1028](https://folio-org.atlassian.net/browse/RMB-1028) readonly custom field should delete property
+* [RMB-785](https://folio-org.atlassian.net/browse/RMB-785) Replace GenerateRunner with domain-models-maven-plugin in README.md
+* [RMB-1027](https://folio-org.atlassian.net/browse/RMB-1027) Migrate Vert.x from 4 to 5
+* [RMB-1031](https://folio-org.atlassian.net/browse/RMB-1031) validate module\_to which will be stored in DB
+* [RMB-1023](https://folio-org.atlassian.net/browse/RMB-1023) Remove/Reduce Ineffective/Verbose Log Lines For CQL2PgJSON
+* [RMB-1032](https://folio-org.atlassian.net/browse/RMB-1032) Add futurized TenantAPI.postTenantSync
+* [RMB-1033](https://folio-org.atlassian.net/browse/RMB-1033) RestRouting null removal: allow array in path
+* [FAT-22537](https://folio-org.atlassian.net/browse/FAT-22537) Added upgrading note about ServicesResourceTransformer to avoid race condition during FolioLocal initialization
+* [RMB-1036](https://folio-org.atlassian.net/browse/RMB-1036) Initialize loggers before setting log level
+* [RMB-1029](https://folio-org.atlassian.net/browse/RMB-1029) TRUNCATE rmb\_internal\_analyze; ERROR: canceling statement due to lock timeout (55P03)
+* [RMB-1026](https://folio-org.atlassian.net/browse/RMB-1026) DB\_MAX\_LIFETIME option with default of 30 minutes
+* [RMB-1040](https://folio-org.atlassian.net/browse/RMB-1040) Don't "WARN TenantLoading TenantLoading.perform No X-Okapi-Url-to header"
+* [RMB-1041](https://folio-org.atlassian.net/browse/RMB-1041) HttpStatus, HttpHeaders - drop-in replacement of httpcomponents
+* [RMB-1042](https://folio-org.atlassian.net/browse/RMB-1042) Vert.x 5.0.6 fixing CVE-2025-67735 Netty CRLF injection request smuggling
+* [RMB-1045](https://folio-org.atlassian.net/browse/RMB-1045) upgrade to test-containers 2.0.3
+* [RMB-1046](https://folio-org.atlassian.net/browse/RMB-1046) Avoid regex in `.replaceAll(" +[*]", "")`
+* [RMB-1047](https://folio-org.atlassian.net/browse/RMB-1047) Fix polynomial runtime regex in PgUtil - Support `)` and `=` in error message fields
+* [RMB-1030](https://folio-org.atlassian.net/browse/RMB-1030) CachedConnectionManager "permission denied": Better recovery from error state, warn about buggy DB\_MAXSHAREDPOOLSIZE
+* [RMB-1051](https://folio-org.atlassian.net/browse/RMB-1051) Trillium: Bump dependencies (Vertx 5.0.10, log4j 2.25.4, …)
+* [RMB-1052](https://folio-org.atlassian.net/browse/RMB-1052) ERROR: 42501: permission denied for "CREATE SCHEMA IF NOT EXISTS"
+* [RMB-1048](https://folio-org.atlassian.net/browse/RMB-1048) Enable maven workflows, disable Jenkins workflow
+
## 35.4.0 2025-02-28
Sunflower (2025 R1) release, see [upgrade notes](doc/upgrading.md#version-354).
diff --git a/cql2pgjson-cli/pom.xml b/cql2pgjson-cli/pom.xml
index 0679e3d66..dfb93421c 100644
--- a/cql2pgjson-cli/pom.xml
+++ b/cql2pgjson-cli/pom.xml
@@ -6,7 +6,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
diff --git a/cql2pgjson/pom.xml b/cql2pgjson/pom.xml
index 52e74eba0..bc53b2eb5 100644
--- a/cql2pgjson/pom.xml
+++ b/cql2pgjson/pom.xml
@@ -7,7 +7,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
diff --git a/dbschema/pom.xml b/dbschema/pom.xml
index 8cb1d709c..aacdc3e0e 100644
--- a/dbschema/pom.xml
+++ b/dbschema/pom.xml
@@ -7,7 +7,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
diff --git a/domain-models-api-aspects/pom.xml b/domain-models-api-aspects/pom.xml
index 59fcdd2f3..62833a543 100644
--- a/domain-models-api-aspects/pom.xml
+++ b/domain-models-api-aspects/pom.xml
@@ -3,7 +3,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
domain-models-api-aspects
diff --git a/domain-models-api-interfaces/pom.xml b/domain-models-api-interfaces/pom.xml
index dfbcd5334..c68cfb5be 100644
--- a/domain-models-api-interfaces/pom.xml
+++ b/domain-models-api-interfaces/pom.xml
@@ -3,7 +3,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
domain-models-api-interfaces
diff --git a/domain-models-maven-plugin/pom.xml b/domain-models-maven-plugin/pom.xml
index de9f3463a..c715083cc 100644
--- a/domain-models-maven-plugin/pom.xml
+++ b/domain-models-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
domain-models-maven-plugin
Domain Model Generator that reads RAML files and writes Java files
diff --git a/domain-models-runtime-it/pom.xml b/domain-models-runtime-it/pom.xml
index 10c65498c..7756d3a0a 100644
--- a/domain-models-runtime-it/pom.xml
+++ b/domain-models-runtime-it/pom.xml
@@ -6,7 +6,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
diff --git a/domain-models-runtime/pom.xml b/domain-models-runtime/pom.xml
index d472228cb..ee0c0555b 100644
--- a/domain-models-runtime/pom.xml
+++ b/domain-models-runtime/pom.xml
@@ -6,7 +6,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 44acd19e9..ced7c4f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
pom
raml-module-builder
@@ -29,7 +29,7 @@
- 2025-10-02T08:45:44Z
+ 2026-04-09T08:52:44Z
1.9.22.1
3.9.14
diff --git a/postgres-testing/pom.xml b/postgres-testing/pom.xml
index a80db8185..32ea16f6a 100644
--- a/postgres-testing/pom.xml
+++ b/postgres-testing/pom.xml
@@ -5,7 +5,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
postgres-testing
diff --git a/testing/pom.xml b/testing/pom.xml
index 4ef089882..e7635a0d8 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -5,7 +5,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
testing
diff --git a/util/pom.xml b/util/pom.xml
index 48d95dda1..a69f5fcea 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -5,7 +5,7 @@
org.folio
raml-module-builder
- 36.0.0-SNAPSHOT
+ 36.1.0-SNAPSHOT
util