Skip to content

Commit 52a9e3a

Browse files
committed
CHANGELOG / version
1 parent 22dfa2e commit 52a9e3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [0.3.0] - 09-27-2015
9+
10+
### Added
11+
- Add `shell` rake task. Start Neo4j if it is not already started (and stop afterward)
12+
813
## [0.2.0] - 09-27-2015
914

1015
### Added

lib/neo4j/rake_tasks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Neo4j
22
module RakeTasks
3-
VERSION = '0.2.0'
3+
VERSION = '0.3.0'
44
end
55
end

0 commit comments

Comments
 (0)