diff --git a/CHANGES.md b/CHANGES.md index 10458ae..ad204cc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 0.9.2 (unreleased) +* Added VOID selector which navigates nowhere +* Better syntax checking for defpath + ## 0.9.1 * Fixed reflection in protocol path code * Optimized late-bound parameterization for JVM implementation by directly creating the object array rather than use object-array diff --git a/VERSION b/VERSION index f374f66..6099ce6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.9.2-SNAPSHOT