Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Aug 12, 2024
1 parent 6bc63f2 commit 1ac1a7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.3

**Fixed**

- Clean up Elixir 1.17 deprecation warnings ([#262](https://github.com/codedge-llc/pigeon/pull/262)).

## 1.6.2

**Changed**
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2021 Codedge LLC (https://www.codedge.io/)
Copyright (c) 2015-2024 Codedge LLC (https://www.codedge.io/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add pigeon and kadabra as `mix.exs` dependencies:
```elixir
def deps do
[
{:pigeon, "~> 1.6.2"},
{:pigeon, "~> 1.6.3"},
{:kadabra, "~> 0.6.0"}
]
end
Expand Down

0 comments on commit 1ac1a7d

Please sign in to comment.