From a3552ef9e65a540570be8f08155a4dca0f91a358 Mon Sep 17 00:00:00 2001 From: DXTimer Date: Tue, 16 Jan 2024 14:25:45 +0200 Subject: [PATCH] Release 3.8.0 --- CHANGELOG.md | 2 ++ LICENSE.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c74b16..4653654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## main +## 3.8.0 + FEATURES: - NEW: Added `Dnsimple.Registrar.enable_domain_transfer_lock` to enable the domain transfer lock for a domain. (#244) diff --git a/LICENSE.md b/LICENSE.md index 11d30f1..d9546a7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2015-2022 DNSimple Corporation +Copyright (c) 2015-2024 DNSimple Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mix.exs b/mix.exs index c5ae7d3..07d6463 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Dnsimple.Mixfile do use Mix.Project @source_url "https://github.com/dnsimple/dnsimple-elixir" - @version "3.7.0" + @version "3.8.0" def project do [app: :dnsimple,