Skip to content

Commit 3ee6d56

Browse files
github-actions[bot]github-actions
andauthored
chore: Bumped version for release 3.4.0 (#918)
* New release for 3.4.0 Signed-off-by: github-actions <github-actions@github.com> * Bumped version to 3.4.0 Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 48441cd commit 3ee6d56

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Fix
2+
* Made commit author consistent ([#917](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/917)) ([`48441cd`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/48441cd3c073c7a68145fa329ea35ad125707d4d))
3+
* Yaml syntax error ([#913](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/913)) ([`8f49627`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/8f496279c5835f59cd120d23b589a9cd708d536d))
4+
* Add chore to monthly release PRs ([#912](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/912)) ([`9323862`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/93238628029a439d10a68398bcda19bb2992b945))
5+
* Removed echo for changelog command ([#910](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/910)) ([`bb22d4d`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/bb22d4d2babc015752c2dd38d3a3c380ab62473e))
6+
* Add changelog file ([#907](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/907)) ([`f06c50e`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/f06c50e03372a76472e523d222cc14db553f8fee))
7+
* Made change to preserve format of changelog ([#896](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/896)) ([`0d56d72`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/0d56d7228c4bd5e4a484e896390f322a77704f11))
8+
* Fixed reviewers field syntax error ([#892](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/892)) ([`b7f99d4`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/b7f99d4abef2c8468550b151678cfa1b317d35d6))
9+
* Made branch eval and added reviewers ([#891](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/891)) ([`dd57d44`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/dd57d445f3e76d2deb558df67a62e1fbcb1826df))
10+
* Changed release workflow completely ([#882](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/882)) ([`5dfcd09`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/5dfcd09feb6b28d4fa2921ed21d545b319e46e95))
11+
* Index tag info into elasticsearch immediately after ui change ([#883](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/883)) ([`b34151c`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/b34151c3b989246513c1a0c0030d0193fefee962))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def build_js() -> None:
3737
with open(requirements_path) as requirements_file:
3838
requirements = requirements_file.readlines()
3939

40-
__version__ = '3.3.1'
40+
__version__ = '3.4.0'
4141

4242

4343
setup(

0 commit comments

Comments
 (0)