Skip to content

Commit

Permalink
Updated the changelog and read me.
Browse files Browse the repository at this point in the history
#CTCTOWALTZ-3417
finos#7151
  • Loading branch information
devendra-ramesh-patil-db committed Oct 25, 2024
1 parent 2708c22 commit 5304f08
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ progress and done issues.

**Provisional** dates for upcoming releases:

| Release | Date | Provisional Change Summary |
|---------|-------------|----------------------------|
| 1.65 | 24 Oct 2024 | Bulk loaders |
| 1.66 | Nov 2024 | TBC |
| Release | Date | Provisional Change Summary |
|---------|----------|------------------------------|
| 1.66 | Nov 2024 | AGF Survey Changes and Fixes |
| 1.67 | Dec 2024 | TBC |

See the [releases](https://github.com/finos/waltz/releases) page for historic versions.

Expand Down
27 changes: 27 additions & 0 deletions waltz-schema/src/main/resources/liquibase/db.changelog-1.66.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
~ Waltz - Enterprise Architecture
~ Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project
~ See README.md for more information
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific
~
-->
<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"
logicalFilePath="db.changelog-1.66.xml">

<changeSet id="v1-65-tag"
author="patidev">
<tagDatabase tag="v1.65"/> <!-- tag the current db version, i.e. the last -->
</changeSet>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,6 @@
<include file="db.changelog-1.65.xml"
relativeToChangelogFile="true"/>

<include file="db.changelog-1.66.xml"
relativeToChangelogFile="true"/>
</databaseChangeLog>

0 comments on commit 5304f08

Please sign in to comment.