diff options
-rw-r--r-- | cps-ri/src/main/resources/changelog/changelog-master.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cps-ri/src/main/resources/changelog/changelog-master.yaml b/cps-ri/src/main/resources/changelog/changelog-master.yaml index 2011655c37..40a3e3e009 100644 --- a/cps-ri/src/main/resources/changelog/changelog-master.yaml +++ b/cps-ri/src/main/resources/changelog/changelog-master.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (c) 2021 Bell Canada. -# Modifications Copyright (C) 2022-2024 Nordix Foundation. +# Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,3 +22,9 @@ databaseChangeLog: file: changelog/db/changes/22-fragment-id-sequence.yaml - include: file: changelog/db/changes/23-yang-resource-index.yaml + - changeSet: + id: 24 + author: cps + changes: + - tagDatabase: + tag: 24-initial database tag |