Skip to content

Commit

Permalink
task: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Jul 18, 2022
1 parent 3f7bf21 commit ad1ba26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ target
# webpack output
/unleash-server/public/js/bundle.js

.DS_Store
.DS_Store
**/bin/
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 6.0.x (unreleased)
## 6.0.1
- Make connect and read timeouts configurable for both toggle fetching and metrics posting
## 6.0.0
- Remove deprecated `no.finn.unleash` package
- feat: Added support for providing custom ToggleFetcher through a UnleashToggleFetcherFactory (A Function<UnleashConfig, ToggleFetcher>). Two fetchers are now included, one using java.net.http and one using OkHttp, if you want to use the OkHttp one, your project will need to add a dependency on ```<dependency><groupId>com.squareup.okhttp3</groupId><artifactId>okhttp</artifactId><version>4.9+</version></dependency>```
## 5.1.0
Expand Down

0 comments on commit ad1ba26

Please sign in to comment.