We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c45101 commit b5e563dCopy full SHA for b5e563d
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.1.8 (TBA)
+## v0.1.8 (2023-02-10)
2
3
- Support Bandit and httpd web server
4
- BREAKING CHANGE: SSL certificate settings have been moved to the `:tls` option
mix.exs
@@ -2,7 +2,7 @@ defmodule TestServer.MixProject do
use Mix.Project
@source_url "https://github.com/danschultzer/test_server"
5
- @version "0.1.7"
+ @version "0.1.8"
6
7
def project do
8
[
0 commit comments