From b804b46e7ff2229ab77635e7a9e69c688de4d868 Mon Sep 17 00:00:00 2001 From: Tuomas Siipola Date: Wed, 10 Jan 2024 17:34:32 +0200 Subject: [PATCH] Release version 1.1.2 --- CHANGELOG.md | 5 +++++ backend/instruments/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e23e78..410a8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.1.2 – 2024-01-10 + +- Remove admin login link +- Fix version link style in footer + ## 1.1.1 – 2024-01-02 - Small CSS adjustments diff --git a/backend/instruments/version.py b/backend/instruments/version.py index a82b376..72f26f5 100644 --- a/backend/instruments/version.py +++ b/backend/instruments/version.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"