diff --git a/VERSIONS.md b/VERSIONS.md index 462e96c..88ba456 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -2,14 +2,20 @@ ## Next Version ### Features + +### Fixes + +### Deprecations + + +## Version 2.5.0 +### Features - add `deploy-repl` command so the usual deployment configuration can be used, to start a repl with deployment configuration - use new favicon ### Fixes - use new `getSmartAgentAuthHeaders` to build `EvanAuth` header for smart-agent requests -### Deprecations - ## Version 2.4.0 ### Features diff --git a/package.json b/package.json index 4f19189..21dabbf 100644 --- a/package.json +++ b/package.json @@ -143,5 +143,5 @@ "serve": "gulp --cwd . --gulpfile gulp/serve.js serve", "serve-build": "gulp --cwd . --gulpfile gulp/serve.js serve --build" }, - "version": "2.4.0" + "version": "2.5.0" } \ No newline at end of file