From a820e75a148551854c97fca0019f78ccffd928ea Mon Sep 17 00:00:00 2001 From: Lubos Kozmon Date: Mon, 29 Jul 2024 02:21:31 +0100 Subject: [PATCH] Update changelog --- .readthedocs.yml | 6 +++++- docs/changelog.rst | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 744b0d6..ebcce4a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,10 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "latest" + sphinx: configuration: docs/conf.py @@ -9,6 +14,5 @@ submodules: exclude: all python: - version: 3.7 install: - requirements: docs/requirements.txt diff --git a/docs/changelog.rst b/docs/changelog.rst index 55d5a6b..e537a97 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,21 @@ Change Log ========== +1.1.3 +----- + +*July 29, 2024* + + +**Changes:** + +* Updated Play Framework to version 2.8.22 +* Updated Docker and Snap builds to use OpenJDK 17 and Ubuntu 22.04 + +**Features:** + +* Provide Docker image for arm64 architecture + 1.1.2 -----