Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
bumped version to 0.5.1; updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bargnesi committed Dec 18, 2015
1 parent 1d9000c commit fb58eee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
'Nick Bargnesi',
'William Hayes'
]
spec.date = %q{2015-12-17}
spec.date = %q{2015-12-18}
spec.email = %q{abargnesi@selventa.com}
spec.files = [
Dir.glob('app/**/*.{json,rb,ru}'),
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ All notable changes to openbel-api will be documented in this file. The curated

This project adheres to [Semantic Versioning][Semantic Versioning].

## [0.5.1][0.5.1] - 2015-12-18
### Fixed
- Authentication error for MongoDB user when faceting on `GET /api/evidence` ([Issue #93][93]).

-----

## [0.5.0][0.5.0] - 2015-12-17
### Added
- Report API version from executables (`openbel-api`, `openbel-config`) and REST API (`GET /api/version`) ([Issue #91][91]).
Expand Down Expand Up @@ -34,8 +40,10 @@ This project adheres to [Semantic Versioning][Semantic Versioning].
- Retrieve equivalent namespace values from the individual.
- Retrieve orthologous namespace values from the individual.

[0.5.1]: https://github.com/OpenBEL/openbel-api/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/OpenBEL/openbel-api/compare/0.4.0...0.5.0
[Semantic Versioning]: http://semver.org
[MongoDB User Authentication]: https://github.com/OpenBEL/openbel-api/wiki/Configuring-the-Evidence-Store#mongodb-user-authentication
[91]: https://github.com/OpenBEL/openbel-api/issues/91
[92]: https://github.com/OpenBEL/openbel-api/issues/92
[93]: https://github.com/OpenBEL/openbel-api/issues/93
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.0
0.5.1

0 comments on commit fb58eee

Please sign in to comment.