From 3167733a51b8596fc8d106d17d37ea7326ca5240 Mon Sep 17 00:00:00 2001 From: pacoorozco Date: Fri, 23 Jul 2021 14:50:52 +0200 Subject: [PATCH] Bump version 0.12.3 -> 0.12.4 Signed-off-by: pacoorozco --- CHANGELOG.md | 13 +++++++++++++ config/app.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bfc323..d83121b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this ## Unreleased +## 0.13.0 - 2021-07-23 +### Changed +- Default records for reverse DNS to PTR. ([#125][i125]) +### Fixed +- Fix bug in Zone import. ([#122][i122]) +- Users link from dashboard doesn't work. ([#123][i123]) +- "Actions" buttons disappear when window is narrowed. ([#124][i124]) + +[i122]: https://github.com/pacoorozco/probind/issues/122 +[i123]: https://github.com/pacoorozco/probind/issues/123 +[i124]: https://github.com/pacoorozco/probind/issues/124 +[i125]: https://github.com/pacoorozco/probind/issues/125 + ## 0.12.3 - 2021-07-13 ### Fixed - Fix missing TTL in zone creation. ([#117][i117]) diff --git a/config/app.php b/config/app.php index c5b22af1..f9891255 100644 --- a/config/app.php +++ b/config/app.php @@ -131,7 +131,7 @@ | */ - 'version' => '0.12.3', + 'version' => '0.13.0', /* |--------------------------------------------------------------------------