summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG.rst9
-rw-r--r--changelogs/changelog.yaml9
-rw-r--r--changelogs/fragments/71-refactor-interface-test.yaml3
-rw-r--r--changelogs/fragments/80-reformat-files.yaml3
4 files changed, 18 insertions, 6 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst
index 5488733..b9c7ed4 100644
--- a/changelogs/CHANGELOG.rst
+++ b/changelogs/CHANGELOG.rst
@@ -5,6 +5,15 @@ Vyos Collection Release Notes
.. contents:: Topics
+v1.0.4
+======
+
+Minor Changes
+-------------
+
+- Moved intent testcases from integration suite to unit tests.
+- Reformatted files with latest version of Black (20.8b1).
+
v1.0.3
======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 3dc2020..7e5d152 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -128,3 +128,12 @@ releases:
fragments:
- 1.0.3.yaml
release_date: '2020-08-06'
+ 1.0.4:
+ changes:
+ minor_changes:
+ - Moved intent testcases from integration suite to unit tests.
+ - Reformatted files with latest version of Black (20.8b1).
+ fragments:
+ - 71-refactor-interface-test.yaml
+ - 80-reformat-files.yaml
+ release_date: '2020-08-27'
diff --git a/changelogs/fragments/71-refactor-interface-test.yaml b/changelogs/fragments/71-refactor-interface-test.yaml
deleted file mode 100644
index 55c4e57..0000000
--- a/changelogs/fragments/71-refactor-interface-test.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - Moved intent testcases from integration suite to unit tests.
diff --git a/changelogs/fragments/80-reformat-files.yaml b/changelogs/fragments/80-reformat-files.yaml
deleted file mode 100644
index 21719cc..0000000
--- a/changelogs/fragments/80-reformat-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - Reformatted files with latest version of Black (20.8b1).