Skip to content

Commit

Permalink
chore(release): 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.8.0](v0.7.4...v0.8.0) (2023-03-17)

### Bug Fixes

* add block/allow ips in the same test ([6f007b2](6f007b2))
* dependabot-go_modules-git.luolix.top-hashicorp-go-retryablehttp-0.7.2 ([330f9ba](330f9ba))
* dependabot-go_modules-git.luolix.top-matryer-is-1.4.1 ([5eb76ee](5eb76ee))
* go mod tidy ([ca47799](ca47799))
* unused variable ([9b38d83](9b38d83))

### Features

* extend ip allowing/blocking to connectivity testing ([d142f71](d142f71))
* implement allow/block lists for speed testing ([4b9cf29](4b9cf29))
  • Loading branch information
imup-bot committed Mar 17, 2023
1 parent 2b725e3 commit 72e2ae5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.8.0](https://github.com/imup-io/client/compare/v0.7.4...v0.8.0) (2023-03-17)


### Bug Fixes

* add block/allow ips in the same test ([6f007b2](https://github.com/imup-io/client/commit/6f007b2a11c08e30948fe35692cf3a0e3ad322a3))
* dependabot-go_modules-git.luolix.top-hashicorp-go-retryablehttp-0.7.2 ([330f9ba](https://github.com/imup-io/client/commit/330f9baefaabcc175890f1ba17aa126514d6d545))
* dependabot-go_modules-git.luolix.top-matryer-is-1.4.1 ([5eb76ee](https://github.com/imup-io/client/commit/5eb76ee23627fafa873d6236c9e6f53ec6854cfb))
* go mod tidy ([ca47799](https://github.com/imup-io/client/commit/ca47799ce5cfc72d8c191d4202897015dfd9a80d))
* unused variable ([9b38d83](https://github.com/imup-io/client/commit/9b38d83656391a581147ef4db2fc508e9a64805e))


### Features

* extend ip allowing/blocking to connectivity testing ([d142f71](https://github.com/imup-io/client/commit/d142f71e75872f3c3b988516c30b5094905c8222))
* implement allow/block lists for speed testing ([4b9cf29](https://github.com/imup-io/client/commit/4b9cf29cf83567f1bf4168a7197652c304f26f1b))

## [0.7.4](https://github.com/imup-io/client/compare/v0.7.3...v0.7.4) (2023-01-02)


Expand Down

0 comments on commit 72e2ae5

Please sign in to comment.