Skip to content

Commit

Permalink
release: bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Oct 20, 2024
1 parent b792a83 commit 07b1d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0
## v1.0.0

- upgrade http_spec to v3.0.0

## v0.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.3.0"
@version "1.0.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 07b1d83

Please sign in to comment.