diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7757c..1058af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.1.0] - 2020-11-12 - Add `get_bank_by_bic` to fetch a bank by its BIC ## [1.0.6] - 2020-11-09 @@ -39,7 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Switch away from Travis to GitHub Actions. -[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.6...HEAD +[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.6...v1.1.0 [1.0.6]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.3...v1.0.4 diff --git a/Cargo.lock b/Cargo.lock index 911b7f6..c3fd272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "fints-institute-db" -version = "1.0.7-alpha.0" +version = "1.1.0" dependencies = [ "assert_cmd", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index 7e70292..b369cf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fints-institute-db" -version = "1.0.7-alpha.0" +version = "1.1.0" authors = ["Sven-Hendrik Haase "] edition = "2018" description = "A library and CLI tool to access FinTS access information for many German banks" diff --git a/README.md b/README.md index af8c4b2..aa08758 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ if let Some(bank) = get_bank_by_bic("GENODEM1MEN") { Additionally this crate includes a CLI tool for your convenience: ```plain -fints-institute-db 1.0.6 +fints-institute-db 1.1.0 Sven-Hendrik Haase Tool to query the FinTS database.