diff --git a/CHANGELOG b/CHANGELOG index f3904d31..96a80dcd 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,19 @@ # Changelog +## v2.5.0 + +### Improvements + +- A server with Adhoc Disabled Flag on with the wrong credentials will now + return wrong credentials error instead of telling the user + that Adhoc Scripts are not allowed on this server. +- Added documentation for how to run TabPy projects with local changes + +### Breaking changes + +- Discontinued support for Python 3.6 +- Added support for Python 3.9 + ## v2.4.0 ### Improvements diff --git a/tabpy/VERSION b/tabpy/VERSION index 197c4d5c..437459cd 100755 --- a/tabpy/VERSION +++ b/tabpy/VERSION @@ -1 +1 @@ -2.4.0 +2.5.0