Skip to content

Commit 6621eb8

Browse files
committed
Release 2.5.1.
1 parent f4b4a28 commit 6621eb8

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Community General Release Notes
66

77
This changelog describes changes after version 1.0.0.
88

9+
v2.5.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release for some bugs discovered right after the 2.5.0 release.
16+
17+
Bugfixes
18+
--------
19+
20+
- funcd connection plugin - can now load (https://github.com/ansible-collections/community.general/pull/2235).
21+
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).
22+
923
v2.5.0
1024
======
1125

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,3 +1804,15 @@ releases:
18041804
name: path_join
18051805
namespace: null
18061806
release_date: '2021-04-13'
1807+
2.5.1:
1808+
changes:
1809+
bugfixes:
1810+
- funcd connection plugin - can now load (https://github.com/ansible-collections/community.general/pull/2235).
1811+
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).
1812+
release_summary: Bugfix release for some bugs discovered right after the 2.5.0
1813+
release.
1814+
fragments:
1815+
- 2.5.1.yml
1816+
- 2236-jira-isinstance.yml
1817+
- allow_funcd_to_load.yml
1818+
release_date: '2021-04-14'

changelogs/fragments/2.5.1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/2236-jira-isinstance.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/allow_funcd_to_load.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)