From 9dba4fd40b336244c0025a23cccc3b500fe2a489 Mon Sep 17 00:00:00 2001 From: Kevin Woley Date: Mon, 8 Jun 2020 09:41:26 -0700 Subject: [PATCH] adding changelog closes #15 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66ecd7..d65f3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,26 @@ # Changelog -## [1.2](https://github.com/kmwoley/restic-windows-backup/tree/HEAD) (2020-04-28) +## [1.2.1](https://github.com/kmwoley/restic-windows-backup/tree/HEAD) (2020-06-08) [Full Changelog](https://github.com/kmwoley/restic-windows-backup/compare/1.1...HEAD) +* Fix/improve internet connectivity checks for azure: gs: b2: * Internet connectivity test now supports more repository types (s3:, sftp:, rest:, azure:, gs:), and ignores unsupported (swift:, rclone: and local) * Add 32-bit support in the `install.ps1` **Closed issues:** +- Need to strip rest: in addition to s3: from RESTIC\_REPOSITORY [\#14](https://github.com/kmwoley/restic-windows-backup/issues/14) - Use non-s3 repos [\#10](https://github.com/kmwoley/restic-windows-backup/issues/10) - Test-Connection fails [\#9](https://github.com/kmwoley/restic-windows-backup/issues/9) +- 32bit Windows Support [\#7](https://github.com/kmwoley/restic-windows-backup/issues/7) - Add changelog [\#1](https://github.com/kmwoley/restic-windows-backup/issues/1) +**Merged pull requests:** + +- 1.2 Release [\#13](https://github.com/kmwoley/restic-windows-backup/pull/13) ([kmwoley](https://github.com/kmwoley)) + ## [1.1](https://github.com/kmwoley/restic-windows-backup/tree/1.1) (2020-02-15) [Full Changelog](https://github.com/kmwoley/restic-windows-backup/compare/1.0...1.1)