From 8a746f6b82905c1b034386ae9a5a71353c083a23 Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Sun, 16 Aug 2020 11:01:38 -0400 Subject: [PATCH] Prep for commit to fix issues #98 and #99 before merging into dev branch --- CHANGELOG.md | 4 ++++ skin.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb82c87..ae1f061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 2.2.2-dev +* [bug, enhancement] Fix to allow multiple methods of login such as MW-OAuth2Client - Issue #99 +* [bug, enhancement] Left-menu search (on mobile widths only) doesn't auto-complete #98 + ## Version 2.2.1 * [enhancement] Enumeration and Listings #54 * [bug] Search results page - limited width #58 diff --git a/skin.json b/skin.json index 7e12a93..d8066ef 100644 --- a/skin.json +++ b/skin.json @@ -1,6 +1,6 @@ { "name": "Pivot", - "version": "2.2.0-dev", + "version": "2.2.2-dev", "author": [ "Tom Hutchison", "..."