Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit d21c455

Browse files
authored
Merge pull request #133 from pacoorozco/release-0.13.0
Bump version 0.12.3 -> 0.13.0
2 parents 3fe12e5 + 3167733 commit d21c455

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
55

66
## Unreleased
77

8+
## 0.13.0 - 2021-07-23
9+
### Changed
10+
- Default records for reverse DNS to PTR. ([#125][i125])
11+
### Fixed
12+
- Fix bug in Zone import. ([#122][i122])
13+
- Users link from dashboard doesn't work. ([#123][i123])
14+
- "Actions" buttons disappear when window is narrowed. ([#124][i124])
15+
16+
[i122]: https://github.com/pacoorozco/probind/issues/122
17+
[i123]: https://github.com/pacoorozco/probind/issues/123
18+
[i124]: https://github.com/pacoorozco/probind/issues/124
19+
[i125]: https://github.com/pacoorozco/probind/issues/125
20+
821
## 0.12.3 - 2021-07-13
922
### Fixed
1023
- Fix missing TTL in zone creation. ([#117][i117])

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
|
132132
*/
133133

134-
'version' => '0.12.3',
134+
'version' => '0.13.0',
135135

136136
/*
137137
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)