Skip to content

Commit 53ff20e

Browse files
author
Petr Stepchenko
committed
Release v1.1.1 πŸŽ‰
1 parent ff79c38 commit 53ff20e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
819
## v1.1.0 - 2022-04-10
920

1021
### 🧰 Maintenance

β€Žmix.exsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Soap.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-soap/soap"
5-
@version "1.1.0"
5+
@version "1.1.1"
66

77
def project do
88
[

0 commit comments

Comments
Β (0)