Skip to content

Commit 12f6714

Browse files
authored
release v0.3.0 (#12)
1 parent 7ceca6d commit 12f6714

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
==========================================
2+
Apache CloudStack Collection Release Notes
3+
==========================================
4+
5+
.. contents:: Topics
6+
7+
8+
v0.3.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Added support for SSL CA cert verification (https://github.com/ngine-io/ansible-collection-cloudstack/pull/3)
File renamed without changes.

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ancestor: null
2+
releases:
3+
0.3.0:
4+
changes:
5+
minor_changes:
6+
- Added support for SSL CA cert verification (https://github.com/ngine-io/ansible-collection-cloudstack/pull/3)
7+
fragments:
8+
- 3-ca-cert-verification.yml
9+
release_date: '2020-07-04'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ tags:
2222
- cloud
2323
- cloudstack
2424
- ngine_io
25-
version: 0.2.0
25+
version: 0.3.0

0 commit comments

Comments
 (0)