Skip to content

Commit

Permalink
Publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 8, 2023
1 parent 773ff65 commit e94c43e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.7.0] - 2023-10-08
### Added
- Initial version

## [0.7.1] - 2023-10-08
### Fixed
- Fix hexdocs link
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Tesla.Middleware.DynamicHeaders.MixProject do
def project do
[
app: :tesla_middleware_dynamic_headers,
version: "0.7.0",
version: "0.7.1",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit e94c43e

Please sign in to comment.