File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v1.1.1 - 2023-08-18
9
+
10
+ ### π Features
11
+
12
+ - Add ability to pass arbitrary url in opts for testing [ #104 ]
13
+ - Support HTTPoison 2.x [ #111 ]
14
+
15
+ ### π§° Maintenance
16
+
17
+ - Swap to Github Actions [ #112 ]
18
+
8
19
## v1.1.0 - 2022-04-10
9
20
10
21
### π§° Maintenance
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Soap.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-soap/soap"
5
- @ version "1.1.0 "
5
+ @ version "1.1.1 "
6
6
7
7
def project do
8
8
[
You canβt perform that action at this time.
0 commit comments