From 5dd50ff9988e36e89665e544502c6c8653f465d3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 2 Mar 2020 11:34:58 +0200 Subject: [PATCH] CHANGELOG.md: Version 1.2.0 This version only works with DSpace 6+ where the internal item id- entifiers are UUIDs instead of integers. Version 1.1.1 was the last version to work with DSpace 4 and 5. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4057def..96c0951 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.2.0] - 2020-03-02 ## Changed - Remove Python 3.5 from TravisCI because black requires Python >= 3.6 - Adapt API for DSpace 6+ UUIDs