Skip to content

Commit

Permalink
ci(release): update collection to 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.1.1](v1.1.0...v1.1.1) (2022-03-12)

### 🐛 Bug Fixes

* **playbook:** removed duplicate role ([a40f201](a40f201))

### 🤖 Automation

* **deps:** bump actions/checkout from 2 to 3 ([92cc18c](92cc18c))
* **deps:** bump actions/setup-python from 2 to 3 ([f6d7c5a](f6d7c5a))
* **makefile:** add test target ([017d22d](017d22d))
* **makefile:** allow testing individual roles from top level make ([c293a7e](c293a7e))
* **makefile:** update targets ([561c490](561c490))
* **precommit:** update precommit hooks ([da5f3da](da5f3da))
* **delivery:** publish to Galaxy only on new releases ([d3a0ce2](d3a0ce2))
* **deps:** bump ansible from 5.3.0 to 5.4.0 ([0f637f8](0f637f8))
  • Loading branch information
semantic-release-bot committed Mar 12, 2022
1 parent ad05755 commit bc19ee6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### [1.1.1](https://github.com/donhector/ansible-collection-workstation/compare/v1.1.0...v1.1.1) (2022-03-12)


### :bug: Bug Fixes

* **playbook:** removed duplicate role ([a40f201](https://github.com/donhector/ansible-collection-workstation/commit/a40f2015ffd087a00a0ff7ffa0b9843f72ccdadb))


### :robot: Automation

* **deps:** bump actions/checkout from 2 to 3 ([92cc18c](https://github.com/donhector/ansible-collection-workstation/commit/92cc18c7ac367c922c07c59aa1f7ca2d3e4b6be9))
* **deps:** bump actions/setup-python from 2 to 3 ([f6d7c5a](https://github.com/donhector/ansible-collection-workstation/commit/f6d7c5a7ae1e73e6e9f76c6b20a5d1309746c8a2))
* **makefile:** add test target ([017d22d](https://github.com/donhector/ansible-collection-workstation/commit/017d22d5e0a1569448948c500689da3038e8c536))
* **makefile:** allow testing individual roles from top level make ([c293a7e](https://github.com/donhector/ansible-collection-workstation/commit/c293a7e0836082a1e57128f90147222de6911ffd))
* **makefile:** update targets ([561c490](https://github.com/donhector/ansible-collection-workstation/commit/561c490a976886f60c8951d17dea1afe09a7b5aa))
* **precommit:** update precommit hooks ([da5f3da](https://github.com/donhector/ansible-collection-workstation/commit/da5f3dadde4f6d619c915a721754f0e5ca570927))
* **delivery:** publish to Galaxy only on new releases ([d3a0ce2](https://github.com/donhector/ansible-collection-workstation/commit/d3a0ce2e176deeb2441eb2f3abcccc4458afb50f))
* **deps:** bump ansible from 5.3.0 to 5.4.0 ([0f637f8](https://github.com/donhector/ansible-collection-workstation/commit/0f637f8947f358e3b11511807baea3aba845e9f6))

## [1.1.0](https://github.com/donhector/ansible-collection-workstation/compare/v1.0.2...v1.1.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion donhector/workstation/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: donhector
name: workstation

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.0
version: 1.1.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit bc19ee6

Please sign in to comment.