Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AGS4NO committed Dec 12, 2023
1 parent 7e37d2e commit d1e5b7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## main

## 3.7.0

ENHANCEMENTS:

- NEW: Added `Secondary`, `LastTransferredAt`, `Active` to `Zone` (dnsimple/dnsimple-elixir)
- NEW: Added `secondary`, `last_transferred_at`, `active` to `Zone` (dnsimple/dnsimple-elixir#242)

## 3.6.0

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 Dnsimple.Mixfile do
use Mix.Project

@source_url "https://github.com/dnsimple/dnsimple-elixir"
@version "3.6.0"
@version "3.7.0"

def project do
[app: :dnsimple,
Expand Down

0 comments on commit d1e5b7e

Please sign in to comment.