Skip to content

Commit

Permalink
Add 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspergrubbe committed May 26, 2023
1 parent 6c2a1d5 commit d066576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

N/A

## [1.0.3] - 2023-05-26
### Added
- Added an LetsEncrypt guide to the README, including the scripts to communicate with LetsEncrypt.
- Added support for CAA-records, https://blog.qualys.com/product-tech/2017/03/13/caa-mandated-by-cabrowser-forum
Expand Down
2 changes: 1 addition & 1 deletion lib/sprinkle_dns/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SprinkleDNS
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit d066576

Please sign in to comment.