Skip to content

Commit 91a560e

Browse files
Prepare for release v0.4.1 (#54)
1 parent 9bf57f4 commit 91a560e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1]
9+
10+
### Fixed
11+
12+
- Fail gracefully when retrieving function metadata for Neo4j 3.x (#51)
13+
814
## [0.4.0]
915

1016
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.4.0
1+
version=0.4.1
22

33
# Intellij SDK
44
intellijSdkVersion=2022.3
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
updater.title=Graph Database plugin updated to v{0}
22
updater.notification=\
3-
Support new syntax for CREATE INDEX commands. \
4-
Add scrollbars to new database panel. \
5-
Various internal improvements and refactorings.
3+
Fail gracefully when retrieving function metadata for Neo4j 3.x.

0 commit comments

Comments
 (0)