Skip to content

Commit

Permalink
Update CHANGELOG for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgriv committed May 28, 2024
1 parent dcdef23 commit 7333064
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2024-05-28
## [2.0.0] - 2024-05-28

### Added

- The ability to use static data in the `demo.json` file, vs. making `API` calls (snapshot vs. live).
- `END_DATE` and `TIME_ZONE` configuration variables.
- `VERSION` file to sync releases between the repo and server.

### Changed

- The "Gage Height Last Updated" timestamp from the last date retrieved from the sample data vs. the current datetime.
- README to cover the above additions.
- `README` to cover the above additions.

## [1.1.1] - 2024-04-28

Expand All @@ -27,11 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated README and repo structure to conform to the [Personal Repository Guidelines (PRG)](https://github.com/scottgriv/PRG-Personal-Repository-Guidelines) system.
- Updated `README` and repo structure to conform to the [Personal Repository Guidelines (PRG)](https://github.com/scottgriv/PRG-Personal-Repository-Guidelines) system.

### Removed

- VERSION file.
- `VERSION` file.

## [1.0.0] - 2023-10-26

Expand All @@ -40,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added this changelog file :D.
- Initial Release of River Charts.

[2.0.0]: https://github.com/scottgriv/River-Charts/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/scottgriv/River-Charts/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/scottgriv/River-Charts/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/scottgriv/River-Charts/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This file is used to sync up the current release with the deployed code on Pytho

## Current Release

1.2.1
2.0.0

0 comments on commit 7333064

Please sign in to comment.