diff --git a/README.md b/README.md
index 6cd556f..f534bab 100644
--- a/README.md
+++ b/README.md
@@ -46,12 +46,12 @@ Maven
com.github.nawforce
apex-parser
- 2.16.0
+ 2.17.0
NPM
- "apex-parser": "^2.16.0"
+ "apex-parser": "^2.17.0"
## Building
@@ -62,6 +62,7 @@ To build both distributions:
## History
+ 2.17.0 - Adds user/system mode on DML and within SOQL queries, thanks to Aaron Hurst.
2.16.0 - Fixes for empty for & while loops, soql date formulas & distance functions, additional parenthesis on when clauses, SOSL find quoting, modulus support (removed), apexdoc newline handling - thanks to Aaron Hurst for most of these ;-)
2.15.0 - Revert 2.14.0 changes.
2.14.0 - Change npm api to replace ANTLRInputStream with CharStream, for Unicode char positions
diff --git a/jvm/pom.xml b/jvm/pom.xml
index cda3d41..02688a8 100644
--- a/jvm/pom.xml
+++ b/jvm/pom.xml
@@ -4,7 +4,7 @@
com.github.nawforce
apex-parser
- 2.16.0
+ 2.17.0
jar
apex-parser
diff --git a/npm/package-lock.json b/npm/package-lock.json
index 91e709b..170fdc5 100644
--- a/npm/package-lock.json
+++ b/npm/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "apex-parser",
- "version": "2.16.0",
+ "version": "2.17.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "apex-parser",
- "version": "2.16.0",
+ "version": "2.17.0",
"license": "BSD-3-Clause",
"dependencies": {
"antlr4ts": "0.5.0-alpha.4",
diff --git a/npm/package.json b/npm/package.json
index 004b5eb..44f3c62 100644
--- a/npm/package.json
+++ b/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "apex-parser",
- "version": "2.16.0",
+ "version": "2.17.0",
"author": "Kevin Jones (https://github.com/nawforce)",
"bugs": "https://github.com/nawforce/apex-parser/issues",
"description": "Javascript parser for Salesforce Apex Language",
@@ -40,4 +40,4 @@
},
"homepage": "https://github.com/nawforce/apex-parser",
"repository": "nawforce/apex-parser"
-}
+}
\ No newline at end of file