Skip to content

Commit

Permalink
Bump to 1.17.0 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoe authored Aug 9, 2024
1 parent dbb7577 commit a411cc0
Show file tree
Hide file tree
Showing 3 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
@@ -1,4 +1,4 @@
## Unreleased
## [1.17.0] - 2024-08-09

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ChromicPDF is a supervision tree (rather than an application). You will need to
```elixir
def deps do
[
{:chromic_pdf, "~> 1.16"}
{:chromic_pdf, "~> 1.17"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ChromicPdf.MixProject do
use Mix.Project

@source_url "https://github.com/bitcrowd/chromic_pdf"
@version "1.16.1"
@version "1.17.0"

def project do
[
Expand Down

0 comments on commit a411cc0

Please sign in to comment.