From 59c95c8a4d30e14f0bb8d9618cc10a6a40eef8e9 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 31 Oct 2018 16:45:57 +0100 Subject: [PATCH] Bump version 1.1.0 --- CHANGELOG.md | 5 +++++ bootstrap.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0e172..6825383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.1.0] - 2018-10-31 +### Added +- New command user-create + ## [1.0.0] - 2018-02-23 ### Fixed - Update git submodules when upgrading Omeka @@ -288,6 +292,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.1.0 - 2016-12-11 +[1.1.0]: https://github.com/biblibre/omeka-cli/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-beta.1...v1.0.0 [1.0.0-beta.1]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.6...v1.0.0-beta.1 [1.0.0-alpha.6]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.5...v1.0.0-alpha.6 diff --git a/bootstrap.php b/bootstrap.php index a0c1a4e..acfcb97 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -6,4 +6,4 @@ require_once __DIR__ . '/vendor/autoload.php'; } -define('OMEKACLI_VERSION', '1.0.0'); +define('OMEKACLI_VERSION', '1.1.0');