From fb2d8f57949d1af4a8a71fe74e456d4504e2aba4 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 9 Nov 2020 12:20:16 -0500 Subject: [PATCH] 1.1.0 changelog --- CHANGELOG.md | 12 ++++++------ docs/source/conf.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdb618..d4cf5e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ All notable changes to this project will be documented (for humans) in this file The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2020-11-09 -TODO Summary +Enhancements and extensions. We got a logo now! ### Added -### Changed -### Fixed -### Removed -### Security +- `.all-contributorsrc` setup. +- Hindi translation for Ultimate consent form +- Clarification on DUA vs a license (within GDPR DUA) +- OBC logo ## [1.0.0] - 2020-06-16 diff --git a/docs/source/conf.py b/docs/source/conf.py index be089e0..04cb37b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. # TODO: derive from git describe but it might not work on RTD - needs to be # checked -version = '1.0.0' +version = '1.1.0' # The full version, including alpha/beta/rc tags. release = version + '+some'