Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qcam committed Oct 22, 2024
1 parent adb66d2 commit ba05ecf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.6.0 - 2024-10-22

* Require Elixir 1.12+.
* Introduce `Saxy.stream_events` (#118)
* Several bug fixes and compilation warnings

## v1.5.0 - 2022-11-09

* Saxy.encode! now supports "UTF-8"/"utf-8" as string in the prolog [#102](https://github.com/qcam/saxy/pull/102).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add `:saxy` to your `mix.exs`.
```elixir
def deps() do
[
{:saxy, "~> 1.5"}
{:saxy, "~> 1.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Saxy.MixProject do
use Mix.Project

@source_url "https://github.com/qcam/saxy"
@version "1.5.1"
@version "1.6.0"

def project() do
[
Expand Down

0 comments on commit ba05ecf

Please sign in to comment.