diff --git a/CHANGELOG.md b/CHANGELOG.md index 0031f69..20bc679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). -## [5.2.0] - _Unreleased_ +## [5.2.0] - 2021-03-26 - Added Vivaldi support. - Added FreeBSD and OpenBSD support. +- Added limited support for Windows. At present there are no CI builds and, if you can build the project, only Firefox is supported. ## [5.1.0] - 2020-05-05 diff --git a/Cargo.lock b/Cargo.lock index 42ae8ac..f8c1948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "bukubrow" -version = "5.1.0" +version = "5.2.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index fda1c16..93a9361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bukubrow" -version = "5.1.0" +version = "5.2.0" authors = ["Sam A. Horvath-Hunt"] edition = "2018"