Skip to content

Commit

Permalink
Prepare to release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 30, 2023
1 parent e30105c commit 5b2e8d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.19.0] - 2023-05-30

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rebar.config
``` erlang
{deps, [
% [...]
{tls_certificate_check, "~> 1.18"}
{tls_certificate_check, "~> 1.19"}
]}.
```

Expand Down Expand Up @@ -71,7 +71,7 @@ mix.exs
defp deps do
[
# [...]
{:tls_certificate_check, "~> 1.18"}
{:tls_certificate_check, "~> 1.19"}
]
end
```
Expand Down

0 comments on commit 5b2e8d4

Please sign in to comment.