diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bc679..20a51c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [5.3.0] - 2021-07-01 + +- Added Edge support. +- Added `--install-dir` option for specifying a custom manifest installation directory. + ## [5.2.0] - 2021-03-26 - Added Vivaldi support. diff --git a/Cargo.lock b/Cargo.lock index f8c1948..2952d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "bukubrow" -version = "5.2.0" +version = "5.3.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index 93a9361..54454ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bukubrow" -version = "5.2.0" +version = "5.3.0" authors = ["Sam A. Horvath-Hunt"] edition = "2018"