Skip to content

Commit

Permalink
Merge pull request #66 from Spredzy/release_0.0.9
Browse files Browse the repository at this point in the history
Prepare 0.0.9 release
  • Loading branch information
Spredzy authored Jan 12, 2021
2 parents 805a5aa + 1394872 commit 5dcd9bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [0.0.9](https://github.com/Spredzy/lecm/tree/0.0.9) (2021-01-12)

[Full Changelog](https://github.com/Spredzy/lecm/compare/0.0.7...0.0.9)

**Merged pull requests:**

- Get the intermediate certificate whenever needed [\#64](https://github.com/Spredzy/lecm/pull/64) ([fcharlier](https://github.com/fcharlier))
- Certificate: Roll-out from X3 intermediate to R3 [\#63](https://github.com/Spredzy/lecm/pull/63) ([sbadia](https://github.com/sbadia))

## [0.0.7](https://github.com/Spredzy/lecm/tree/0.0.7) (2016-11-18)

[Full Changelog](https://github.com/Spredzy/lecm/compare/0.0.6...0.0.7)
Expand Down
6 changes: 5 additions & 1 deletion contrib/packaging/rpm/lecm.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname lecm

Name: %{srcname}
Version: 0.0.7
Version: 0.0.9
Release: 1%{?dist}

Summary: Let's Encrypt Certificate Manager
Expand Down Expand Up @@ -64,6 +64,10 @@ install -p -m 0644 sample/*.conf %{buildroot}%{_datadir}/%{srcname}/sample/
%config(noreplace) %{_sysconfdir}/cron.d/%{srcname}

%changelog
* Tue Jan 12 2021 Yanis Guenane <[email protected]> 0.0.9-1
- Certificate: Roll-out from X3 intermediate to R3
- Get the intermediate certificate whenever needed

* Fri Nov 18 2016 Yanis Guenane <[email protected]> 0.0.7-1
- Service reload: Optimize the way services are reloaded #52
- Display a flag showing if conf and cert are in sync #51
Expand Down
2 changes: 1 addition & 1 deletion lecm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.9'

0 comments on commit 5dcd9bb

Please sign in to comment.