Skip to content

Commit

Permalink
release: bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Oct 5, 2024
1 parent 7090120 commit 76950eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.3.0-dev
## 0.3.0

- change return value of `AlipayKit.V3.verify_response/2` from `{:ok, map()} | {:error, :bad_response | :bad_signature}` to `:ok | {:error, :bad_response | :bad_signature}`
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AlipayKit.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.3.0"
@description "A kit for Alipay."
@source_url "https://github.com/cozy-elixir/alipay_kit"
@changelog_url "https://github.com/cozy-elixir/alipay_kit/blob/v#{@version}/CHANGELOG.md"
Expand Down

0 comments on commit 76950eb

Please sign in to comment.