Skip to content

Commit

Permalink
Update version number & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
petert82 committed Jun 2, 2016
1 parent 6b0d5f4 commit 614550d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [0.3.0] - 2016-06-02
### Added
- Added `findByCioc()` function (Thanks [zakjan](https://github.com/zakjan)!).

### Changed
- Updated to version 1.7.8 of the world-countries data.

### Removed
- Removed `findByRelevance()` function as the `relevance` parameter no longer exists in the world-countries data.

## [0.2.0] - 2015-03-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-query",
"version": "0.2.0",
"version": "0.3.0",
"description": "A javascript query API for world-countries data",
"repository": {
"type": "git",
Expand Down

0 comments on commit 614550d

Please sign in to comment.