Skip to content

Commit

Permalink
# 0.0.28 (2023-03-27 / 334474f)
Browse files Browse the repository at this point in the history
## Added

- Support a new system property "lambdaisland.funnel-client.ssl-context" to
  specify a function name which when being called will inject the ssl context
  into the funnel-client.

## Fixed

## Changed
  • Loading branch information
Alys Brooks committed Mar 28, 2023
1 parent 334474f commit 18be713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.0.28 (2023-03-27 / 334474f)

## Added

Expand Down Expand Up @@ -26,4 +26,4 @@

## Added

Initial release of `lambdaisland.funnel-client`, clj and cljs version.
Initial release of `lambdaisland.funnel-client`, clj and cljs version.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You can find an overview of our projects at [lambdaisland/open-source](https://g
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/funnel-client {:mvn/version "0.0.18"}
com.lambdaisland/funnel-client {:mvn/version "0.0.28"}
```

or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))

```
[com.lambdaisland/funnel-client "0.0.18"]
[com.lambdaisland/funnel-client "0.0.28"]
```
<!-- /installation -->

Expand Down

0 comments on commit 18be713

Please sign in to comment.