Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.0 #184

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v3.0.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.0.0) (2024-03-05)
## [v3.1.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.1.0) (2024-05-02)

[Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v3.0.0...v3.1.0)

**Implemented enhancements:**

- Improve documentation [\#183](https://github.com/voxpupuli/puppet-openssl/pull/183) ([rtib](https://github.com/rtib))

**Fixed bugs:**

- Release 3.0.0 broken [\#178](https://github.com/voxpupuli/puppet-openssl/issues/178)
- Fix handling of request extensions in x509\_cert type and provider [\#180](https://github.com/voxpupuli/puppet-openssl/pull/180) ([rtib](https://github.com/rtib))
- Fix config template issues and add some improvements [\#179](https://github.com/voxpupuli/puppet-openssl/pull/179) ([rtib](https://github.com/rtib))

## [v3.0.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.0.0) (2024-03-19)

[Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v2.0.1...v3.0.0)

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-openssl",
"version": "3.0.1-rc0",
"version": "3.1.0",
"author": "Vox Pupuli",
"summary": "OpenSSL Module",
"license": "Apache-2.0",
Expand Down