Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Apr 7, 2024
1 parent 02285ba commit 91a0f5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.3.2 - 2023-04-06

- Fix Logger.warn deprecation warning
- Bumps minimum Elixir version to 1.11 (which adds `Logger.warning`)

## 0.3.1 - 2023-07-27

Updates deps
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MainProxy.MixProject do
def project do
[
app: :main_proxy,
version: "0.3.1",
version: "0.3.2",
description:
"Proxies requests to multiple apps. Useful for Gigalixir or Heroku deployment when just one web port is exposed. Works with phoenix endpoints, plugs, and websockets.",
package: package(),
Expand Down

0 comments on commit 91a0f5f

Please sign in to comment.