Skip to content

Commit

Permalink
Bump 1.5.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Jul 7, 2023
1 parent 70b0014 commit 1a800d7
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
@@ -1,5 +1,10 @@
# Changelog

## 1.5.0-alpha.2 (07.07.2023)

* Add limit to decoded integer sizes of 1024 digits. This can be changed
with the `decoding_integer_digit_limit` app env config.

## 1.4.1 (06.07.2023)

* Add limit to decoded integer sizes of 1024 digits. This can be changed
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 Jason.Mixfile do
use Mix.Project

@source_url "https://github.com/michalmuskala/jason"
@version "1.5.0-alpha.1"
@version "1.5.0-alpha.2"

def project() do
[
Expand Down

0 comments on commit 1a800d7

Please sign in to comment.