We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6950f commit aabbc2eCopy full SHA for aabbc2e
CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
## master
4
5
-- Regenerate the `ReceiptModule` with `:asn1` 5.0.9.
6
-- Update minimal requirement to Erlang 21.
+- Regenerate the `ReceiptModule` with `:asn1` 5.0.16.
+- Update minimal requirement to OTP 21 & Elixir 1.10.
7
8
## v0.4.0
9
mix.exs
@@ -7,7 +7,7 @@ defmodule ReceiptDecoder.Mixfile do
[
app: :receipt_decoder,
version: @version,
10
- elixir: "~> 1.6",
+ elixir: "~> 1.10",
11
build_embedded: Mix.env() == :prod,
12
start_permanent: Mix.env() == :prod,
13
description: description(),
0 commit comments