diff --git a/CHANGELOG.md b/CHANGELOG.md index af9cb2a..1f7040a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.2.0] (2024-08-19) +[1.2.0]: https://github.com/vast-data/vastdb_sdk/compare/v1.1.2...v1.2.0 + +### Added + - Allow listing tables' names without fetching columns + + ## [1.1.2] (2024-08-19) [1.1.2]: https://github.com/vast-data/vastdb_sdk/compare/v1.1.1...v1.1.2 diff --git a/setup.py b/setup.py index 027f12f..10708f2 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def _get_version_suffix(): name='vastdb', python_requires='>=3.9.0', description='VAST Data SDK', - version='1.1.2' + suffix, + version='1.2.0' + suffix, url='https://github.com/vast-data/vastdb_sdk', author='VAST DATA', author_email='hello@vastdata.com',