diff --git a/Changelog.md b/Changelog.md index caf46e9..e3bfd29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,9 @@ Release template text: ``` +## v1.1.0 + - Add support for `Terrain50.ParseStream()` via new --mode flag for the validator subcommand + ## v1.0.1 - Update README diff --git a/package.json b/package.json index 3209850..98dec02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terrain50-cli", - "version": "1.0.1", + "version": "1.1.0", "description": "CLI for parsing Ordnance Survey Digital Elevation Model files", "main": "src/index.mjs", "scripts": {