diff --git a/README.md b/README.md index 1c7aa36..36a58ad 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Complete manual is [here](doc/tutorial.md). ## Release history +* 1.0.8 (2024-03-08) + * Allow reordering setting schema version and afterEach callback * 1.0.7 (2022-02-02) * Skip unnecessary schema creation on init * Add file path to statement apply error log diff --git a/setup.py b/setup.py index d60d56e..37ca823 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='yandex-pgmigrate', - version='1.0.7', + version='1.0.8', description='PostgreSQL migrations made easy', license='PostgreSQL License', url='https://github.com/yandex/pgmigrate/',