Skip to content

Commit

Permalink
Bump version number and add to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Mar 23, 2016
1 parent 096a8eb commit b1b89d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - [23 March 2016]

### Bugfixes
- [Do not change ES binary group](https://github.com/mesos/elasticsearch/issues/524)
- [Consistent filenames for releases](https://github.com/mesos/elasticsearch/issues/523)
- [Null check resources](https://github.com/mesos/elasticsearch/issues/513)
- [Extra information in DiscoveryInfo packet ](https://github.com/mesos/elasticsearch/issues/480)

## [1.0.0] - [01 March 2016]

### Breaking changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class Configuration {
private String elasticsearchPorts = ""; // Defaults to Mesos specified ports.

// **** FRAMEWORK
private String version = "1.0.0";
private String version = "1.0.1";
@Parameter(names = {FRAMEWORK_NAME}, description = "The name given to the framework.", validateWith = CLIValidators.NotEmptyString.class)
private String frameworkName = "elasticsearch";
@Parameter(names = {EXECUTOR_NAME}, description = "The name given to the executor task.", validateWith = CLIValidators.NotEmptyString.class)
Expand Down

0 comments on commit b1b89d1

Please sign in to comment.