Skip to content

Commit

Permalink
Changelog created for release to 21.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Nov 2, 2021
1 parent 50479dc commit c521f70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog/v21.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

## [21.11.0] - 2021-11-02

## Bug Fixes
* Using the regex like this [:-|] is incorrect, because of the special purpose of - in a set. Use [:|-] instead [50479dc](https://github.com/greenbone/pontos/commit/50479dc)

[21.11.0]: https://github.com/greenbone/pontos/compare/21.10.3.dev1...21.11.0
2 changes: 1 addition & 1 deletion pontos/version/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "21.10.3.dev1"
__version__ = "21.11.0"

0 comments on commit c521f70

Please sign in to comment.