Skip to content

Commit

Permalink
Release 5.1.4: Bugfix Release for problem in metrics handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Mar 28, 2022
1 parent dfd4307 commit a3ee9fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [5.1.4] - 2022-03-28
### Fixed
- Fix bug in metrics handling that caused variouus metrics to be silently dropped

## [5.1.3] - 2022-03-15
### Fixed
- Fix off-by-one errors when decoding scaled down full-area image (#280, #281)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>de.digitalcollections</groupId>
<artifactId>iiif-server-hymir</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.1.4</version>
<packaging>jar</packaging>

<url>https://github.com/dbmdz/iiif-server-hymir</url>
Expand Down

0 comments on commit a3ee9fa

Please sign in to comment.