From 6758e36fd1005e9c270da30f775e4edd56388e29 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 | 5 +++++ docs/changelog.rst | 15 +++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 744b0d6..de4ef9c 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 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 -----