diff --git a/CHANGES b/CHANGES index e34b9236..f6090651 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +===== 7.1.0 (2024-11) ===== +* Compatibility with WASM + +===== 7.0.0 (2024-09) ===== +* Compatibility with Ocsigen Server 6 +* Build an app as an executable, with Ocsigen Server as a library, without config file + ===== 6.3.0 (2024-03-25) ===== * Adding license Unlicense to the template * Dependecy to Tyxml >= 4.6 diff --git a/opam b/opam index 2dbec1b2..7e70816f 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ocsigen-start" -version: "7.0.0" +version: "7.1.0" authors: "dev@ocsigen.org" maintainer: "dev@ocsigen.org" synopsis: "Higher-level library for developing Web and mobile applications with users, registration, notifications, etc"