Skip to content

Commit

Permalink
release: bump v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Jul 16, 2024
1 parent 9f90f2b commit cb1b8e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.1

- fix bad OSS4 signature when the URL contains escaped characters.

## v1.1.0

- add `AlibabaCloudKit.OSS.Object.presign_post_object_v1/3`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AlibabaCloudKit.MixProject do
use Mix.Project

@version "1.1.0"
@version "1.1.1"
@description "A kit for Alibaba Cloud or Aliyun."
@source_url "https://github.com/cozy-elixir/alibaba_cloud_kit"
@changelog_url "https://github.com/cozy-elixir/alibaba_cloud_kit/blob/v#{@version}/CHANGELOG.md"
Expand Down

0 comments on commit cb1b8e6

Please sign in to comment.