Skip to content

Commit

Permalink
release: bump v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Jul 16, 2024
1 parent cc3a301 commit 8cd68bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.2.0

- add `HTTPSpec.Request.URL`

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule HTTPSpec.MixProject do
use Mix.Project

@version "2.1.0"
@version "2.2.0"
@description "Provides implementation-independent HTTP-related structs."
@source_url "https://github.com/cozy-elixir/http_spec"
@changelog_url "https://github.com/cozy-elixir/http_spec/blob/v#{@version}/CHANGELOG.md"
Expand Down

0 comments on commit 8cd68bf

Please sign in to comment.