Skip to content

Commit

Permalink
Release v.1.2.1 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored Jan 10, 2021
1 parent 3ccd72a commit 60e9aa0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Netbox.Netbox Release Notes
.. contents:: Topics


v1.2.1
======

Bugfixes
--------

- Allow IDs to be passed into objects that accept a list (https://github.com/netbox-community/ansible_modules/issues/407)

v1.2.0
======

Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,10 @@ releases:
name: netbox_tag
namespace: ''
release_date: '2020-12-27'
1.2.1:
changes:
bugfixes:
- Allow IDs to be passed into objects that accept a list (https://github.com/netbox-community/ansible_modules/issues/407)
fragments:
- tags.yml
release_date: '2021-01-10'
Empty file added changelogs/fragments/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: netbox
name: netbox

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.0
version: 1.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies:
repository: https://github.com/netbox-community/ansible_modules

# The URL to any online docs
documentation:
documentation: https://netbox-ansible-collection.readthedocs.io/en/latest/

# The URL to the homepage of the collection/project
homepage:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox_ansible_modules"
version = "1.1.10"
version = "1.2.1"
description = "Ansible collection to interact with NetBox's API"
authors = ["Mikhail Yohman <[email protected]>"]
license = "GPLv3"
Expand Down

0 comments on commit 60e9aa0

Please sign in to comment.