diff --git a/CHANGELOG.md b/CHANGELOG.md index 6381acd..ff905ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [1.10.0] - 2024-03-17 ### Added - Syntax highlighting for preformatted text blocks with alt text (#252, #263, [wiki page](https://github.com/makeworld-the-better-one/amfora/wiki/Source-Code-Highlighting)) - [Client certificates](https://github.com/makeworld-the-better-one/amfora/wiki/Client-Certificates) can be restricted to certain paths of a host (#115) diff --git a/amfora.go b/amfora.go index 6a246de..641a300 100644 --- a/amfora.go +++ b/amfora.go @@ -16,7 +16,7 @@ import ( ) var ( - version = "v1.9.2" + version = "v1.10.0" commit = "unknown" builtBy = "unknown" )