Skip to content

Commit

Permalink
Prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
neilberkman committed Dec 29, 2024
1 parent 8ec27ba commit 12cc0f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.3.0

### Breaking Changes
- Update minimum Elixir version support to "~> 1.16 or ~> 1.17 or ~> 1.18"
- Update Poison dependency to "~> 6.0"

### Enhancements
- Fix contract type specs to match actual function implementations across the codebase
- Add proper moduledocs and cleanup module documentation
- Add dialyzer configuration to handle auto-generated code

### Housekeeping
- Update dependencies to latest versions
- Replace empty @moduledoc with @moduledoc false for generated modules
- Update toolchain versions (Erlang 27.2, Elixir 1.18.1, Node 21.7.3)

## v1.2.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The package can be installed by adding `docusign` to your list of dependencies i
```elixir
def deps do
[
{:docusign, "~> 1.2.0"}
{:docusign, "~> 1.3.0"}
]
end
```
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 DocuSign.MixProject do
@moduledoc false
use Mix.Project

@version "1.2.0"
@version "1.3.0"
@url "https://github.com/neilberkman/docusign_elixir"
@maintainers [
"Neil Berkman"
Expand Down

0 comments on commit 12cc0f1

Please sign in to comment.