Skip to content

Commit

Permalink
Merge 48cc667 into 21e2eeb
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jun 21, 2020
2 parents 21e2eeb + 48cc667 commit d852c10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.rebar3
doc/*.html
!doc/tpl.html
_build
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v3.3.0

* Do not use x-forwarded-for for peer #75
* Handle arguments with no value in (post|get)_arg_decoded #82
* Fix compile-time warnings on missing record info. from aleppo #81

## v3.2.0

* Quell warnings on OTP-21: https://github.com/elli-lib/elli/pull/61
Expand Down
2 changes: 1 addition & 1 deletion src/elli.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, elli,
[
{description, "Erlang web server for HTTP APIs"},
{vsn, "3.2.0"},
{vsn, "3.3.0"},
{modules, [
elli,
elli_example_callback,
Expand Down

0 comments on commit d852c10

Please sign in to comment.