Skip to content

Commit

Permalink
chore: Bumped version for release 2.5.0 (#186)
Browse files Browse the repository at this point in the history
* New release for 2.5.0

Signed-off-by: github-actions <[email protected]>

* Bumped version to 2.5.0

Signed-off-by: github-actions <[email protected]>

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Feb 4, 2021
1 parent 025e347 commit 26548a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Feature
* Add dashboard search filter support ([#112](https://github.com/amundsen-io/amundsensearchlibrary/issues/112)) ([`17c6739`](https://github.com/amundsen-io/amundsensearchlibrary/commit/17c673903e2db3b1145af69fb31659d7be185eb4))
* Use query parameter for basic search [AtlasProxy] ([#105](https://github.com/amundsen-io/amundsensearchlibrary/issues/105)) ([`9961fde`](https://github.com/amundsen-io/amundsensearchlibrary/commit/9961fdef30f5bcd467f05df65d4ac7f40130ef1e))

### Fix
* Add id field to Dashboard ([#174](https://github.com/amundsen-io/amundsensearchlibrary/issues/174)) ([`53634fa`](https://github.com/amundsen-io/amundsensearchlibrary/commit/53634fa355bee468341d391b2fd5291b4991fc38))
* Fix table post/put api bug ([#172](https://github.com/amundsen-io/amundsensearchlibrary/issues/172)) ([`38bccba`](https://github.com/amundsen-io/amundsensearchlibrary/commit/38bccba0dab00941aec9ae187c31a4251b586003))
* Fix dashboard model errors, change deprecated pytest function ([#160](https://github.com/amundsen-io/amundsensearchlibrary/issues/160)) ([`1304234`](https://github.com/amundsen-io/amundsensearchlibrary/commit/1304234d5f7bf2fb238ae9c0011d3265efa99ab7))

### Documentation
* Fix build and coverage status links in README.md ([#134](https://github.com/amundsen-io/amundsensearchlibrary/issues/134)) ([`1c95ff4`](https://github.com/amundsen-io/amundsensearchlibrary/commit/1c95ff4362dac5d3674c735244855186cf7fa744))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = '2.4.1'
__version__ = '2.5.0'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
Expand Down

0 comments on commit 26548a0

Please sign in to comment.