Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Oct 22, 2021
1 parent bc154db commit e911949
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 1.3.1
-------------

New features:

- New settings for vxlans: acl_ipv4_in, acl_ipv4_out, acl_ipv6_in, acl_ipv6_out, cli_append_str
- New data options in interfaces API: bpdu_filter, tags, cli_append_str

Version 1.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/cnaas_nms/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.3.0'
__version__ = '1.3.1'
__version_info__ = tuple([field for field in __version__.split('.')])
__api_version__ = 'v1.0'

0 comments on commit e911949

Please sign in to comment.