diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f1e28d3..acddafce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,10 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.15] - 2021-03-23 +### Addition + - Add Databricks db client + ## [0.0.14] - 2021-03-17 ### Fix - Temporarily pin sqlalchemy to <1.4 due to deprecated ResultProxy interface diff --git a/setup.py b/setup.py index 23d30654..4432ebdb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.install import install -VERSION = "0.0.14" +VERSION = "0.0.15" REPO_ROOT = pathlib.Path(__file__).parent