Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Dec 6, 2024
1 parent d388b63 commit a397039
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,32 @@

## [Unreleased]

## [2.19] - 2024-12-05

### Changed

- WG-295: Improve error message when duplicate syncing project (#255)
- Remove temporary banner related to Tapis V3 migration (#287)

## [2.18] - 2024-8-07

### Changed

- WG-366, WG-227: Add support for Tapis V3 (#238, #232, #231, #220, #214, #217, #213)
- WG-268: Add authentification to backend (#244)
- Add DesignSafe project id to project listing (#241)
- WG-288: Improve configuration of DesignSafe url (#245)
- Add temporary banner for Tapis V3 migration (#249)

### Fixed

- WG-287: Fix infinite scroll when listing files and multiple '..' entries (#240)

## [2.17] - 2024-4-29

### Changed

- WG-212: use updated project create and project update routes (#199)
- WG-212: Use updated project create and project update routes (#199)

### Fixed
- WG-161: Update devops documentation (#221)
Expand Down Expand Up @@ -174,7 +195,8 @@ _No release_

## [2.1] - 2020-10-05

[unreleased]: https://github.com/TACC-Cloud/hazmapper/compare/v2.16...HEAD
[unreleased]: https://github.com/TACC-Cloud/hazmapper/compare/v2.17...HEAD
[2.17]: https://github.com/TACC-Cloud/hazmapper/releases/tag/v2.17
[2.16]: https://github.com/TACC-Cloud/hazmapper/releases/tag/v2.16
[2.15]: https://github.com/TACC-Cloud/hazmapper/releases/tag/v2.15
[2.14]: https://github.com/TACC-Cloud/hazmapper/releases/tag/v2.14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="welcome-information" class="grid-y">
<div id="welcome-logo">
<img src="assets/[email protected]" width="250px" />
<div style="margin-top: 10px" id="release-version">Version 2.17</div>
<div style="margin-top: 10px" id="release-version">Version 2.19</div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion react/src/pages/MainMenu/MainMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MainMenu = () => {
src="./src/assets/[email protected]"
alt="Hazmapper Logo"
></img>
<div className={styles.version}>{'Version 2.17'}</div>
<div className={styles.version}>{'Version 2.19'}</div>
</div>
<ProjectListing />
<Button
Expand Down

0 comments on commit a397039

Please sign in to comment.