diff --git a/CHANGELOG.md b/CHANGELOG.md index e7feb66..66698dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization. +## [1.0.3](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.3) +### Changed +* Handled exception when adding duplicate partitions ([#37](https://github.com/quintoandar/hive-metastore-client/pull/37)) +* Removed method return for create_database_if_not_exists ([#39](https://github.com/quintoandar/hive-metastore-client/pull/39)) + ## [1.0.2](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.2) ### Added * Added create_database_if_not_exists method ([#35](https://github.com/quintoandar/hive-metastore-client/pull/35)) diff --git a/setup.py b/setup.py index df41534..1302f93 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup __package_name__ = "hive_metastore_client" -__version__ = "1.0.2" +__version__ = "1.0.3" __repository_url__ = "https://github.com/quintoandar/hive-metastore-client" with open("requirements.txt") as f: