From 1980ed6fc3875e245a3cc47c54c2345a186dc955 Mon Sep 17 00:00:00 2001 From: Marc Littlemore Date: Tue, 11 Jul 2017 22:34:07 +0100 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a650a02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented 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). + +## [2.0.0] - 2017-07-11 +### Added +- Allow `ItemSearch` to be sorted by value + +### Change +- Defaults to using HTTPS endpoint rather than HTTP + +## [1.0.0] - 2017-07-11 +### Added +- Initial version since 2012 +