Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Oct 31, 2018
1 parent c27753c commit 59c95c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_once __DIR__ . '/vendor/autoload.php';
}

define('OMEKACLI_VERSION', '1.0.0');
define('OMEKACLI_VERSION', '1.1.0');

0 comments on commit 59c95c8

Please sign in to comment.