From a7d38263d9ff257b75874fa332b27d2c5bee37f4 Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Thu, 14 Jun 2018 05:09:52 +0000 Subject: [PATCH] Version bump to 1.1.1 --- CHANGELOG.md | 3 ++- wp-cache-remember.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc16f5e..d1be802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [1.1.1] - 2018-06-14 * Lower the minimum version of [composer/installers](https://github.com/composer/installers) to `^1.0` ([#2], props @aaemnnosttv). @@ -26,6 +26,7 @@ Initial public release of the package, including the following functions: * `forget_site_transient()` [Unreleased]: https://github.com/stevegrunwell/wp-cache-remember/compare/master...develop +[1.1.1]: https://github.com/stevegrunwell/wp-cache-remember/releases/tag/v1.1.1 [1.1.0]: https://github.com/stevegrunwell/wp-cache-remember/releases/tag/v1.1.0 [1.0.0]: https://github.com/stevegrunwell/wp-cache-remember/releases/tag/v1.0.0 [#1]: https://github.com/stevegrunwell/wp-cache-remember/pull/1 diff --git a/wp-cache-remember.php b/wp-cache-remember.php index 520e2c5..cd011ab 100644 --- a/wp-cache-remember.php +++ b/wp-cache-remember.php @@ -5,7 +5,7 @@ * Description: Helper for the WordPress object cache and transients. * Author: Steve Grunwell * Author URI: https://stevegrunwell.com - * Version: 1.1.0 + * Version: 1.1.1 * * @package SteveGrunwell\WPCacheRemember */