diff --git a/CHANGES.md b/CHANGES.md index 1a976f83b..ca78e1e6d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## [3.0.2] - 2022-02-28 +### Added +- Expos all log sources + ## [3.0.1] - 2021-11-23 ### Fixed - Fixed a bug in the CSRF middleware where the current session cookie was overriden with an empty session diff --git a/dune-project b/dune-project index ff0dbeb49..4a3fd865f 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (generate_opam_files true) (name sihl) -(version 3.0.1) +(version 3.0.2) (authors "Josef Erben" diff --git a/sihl-cache.opam b/sihl-cache.opam index 8612b068b..fc0ac3698 100644 --- a/sihl-cache.opam +++ b/sihl-cache.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Cache service implementations for Sihl" description: "A key-value store with support for PostgreSQL and MariaDB." maintainer: ["josef@oxidizing.io"] diff --git a/sihl-cache.opam.locked b/sihl-cache.opam.locked index ac9f7f0cd..3442f26d7 100644 --- a/sihl-cache.opam.locked +++ b/sihl-cache.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Cache service implementations for Sihl" description: "A key-value store with support for PostgreSQL and MariaDB." maintainer: ["josef@oxidizing.io"] diff --git a/sihl-email.opam b/sihl-email.opam index e962441bd..e2c53f688 100644 --- a/sihl-email.opam +++ b/sihl-email.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Email service implementations for Sihl" description: "Modules for sending emails using Lwt and SMTP or Sendgrid." maintainer: ["josef@oxidizing.io"] diff --git a/sihl-email.opam.locked b/sihl-email.opam.locked index 73c89b8c9..ca9143ec0 100644 --- a/sihl-email.opam.locked +++ b/sihl-email.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Email service implementations for Sihl" description: "Modules for sending emails using Lwt and SMTP or Sendgrid." maintainer: ["josef@oxidizing.io"] diff --git a/sihl-queue.opam b/sihl-queue.opam index e8af6fe82..f460845ea 100644 --- a/sihl-queue.opam +++ b/sihl-queue.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Queue service implementations for Sihl" description: "Modules for running tasks in the background on a persistent queue." diff --git a/sihl-queue.opam.locked b/sihl-queue.opam.locked index 3c33fa377..0c6da92f8 100644 --- a/sihl-queue.opam.locked +++ b/sihl-queue.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Queue service implementations for Sihl" description: "Modules for running tasks in the background on a persistent queue." diff --git a/sihl-storage.opam b/sihl-storage.opam index 28791787e..4efa6e2af 100644 --- a/sihl-storage.opam +++ b/sihl-storage.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Storage service implementations for Sihl" description: "Modules for storing large binary blobs using either PostgreSQL or MariaDB." diff --git a/sihl-storage.opam.locked b/sihl-storage.opam.locked index a4c00e0f2..91d779f4d 100644 --- a/sihl-storage.opam.locked +++ b/sihl-storage.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Storage service implementations for Sihl" description: "Modules for storing large binary blobs using either PostgreSQL or MariaDB." diff --git a/sihl-token.opam b/sihl-token.opam index 7fc88d05c..5c93ba793 100644 --- a/sihl-token.opam +++ b/sihl-token.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Token service implementations for Sihl" description: "Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB." diff --git a/sihl-token.opam.locked b/sihl-token.opam.locked index b8900879b..61357a63f 100644 --- a/sihl-token.opam.locked +++ b/sihl-token.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "Token service implementations for Sihl" description: "Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB." diff --git a/sihl-user.opam b/sihl-user.opam index b236da161..eefc6d7c0 100644 --- a/sihl-user.opam +++ b/sihl-user.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "User service implementations for Sihl" description: "Modules for user management and password reset workflows with support for PostgreSQL and MariaDB." diff --git a/sihl-user.opam.locked b/sihl-user.opam.locked index c383daeab..13aa2e911 100644 --- a/sihl-user.opam.locked +++ b/sihl-user.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "User service implementations for Sihl" description: "Modules for user management and password reset workflows with support for PostgreSQL and MariaDB." diff --git a/sihl.opam b/sihl.opam index 82aeabb93..47856eaee 100644 --- a/sihl.opam +++ b/sihl.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "The Sihl web framework" description: """ diff --git a/sihl.opam.locked b/sihl.opam.locked index b6f0b1337..e674f42f8 100644 --- a/sihl.opam.locked +++ b/sihl.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "3.0.1" +version: "3.0.2" synopsis: "The Sihl web framework" description: """