Skip to content

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Dec 16, 2020
1 parent 34a1f33 commit 86a824b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.11.1-otp-23
elixir 1.11.2-otp-23
erlang 23.1.1
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## [0.4.2] - 2020-10-20

### Added
- Github Workflows and Dependabot configuration

### Changed
- URL encode the signature in V2 algorithm (#7, #16)
- Misc. Markdown format and module config changes for HTML doc generation
- Github Workflows and Dependabot configuration

## [0.4.1] - 2020-10-20

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 GcsSignedUrl.MixProject do
use Mix.Project

@source_url "https://github.com/alexandrubagu/gcs_signed_url"
@version "0.4.1"
@version "0.4.2"

def project do
[
Expand Down

0 comments on commit 86a824b

Please sign in to comment.