We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa5865 commit 63e6071Copy full SHA for 63e6071
CHANGELOG.md
@@ -4,6 +4,14 @@ Changes for each release are listed in this file. Changes prior to v1.0.0 were n
4
5
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
6
7
+## v1.0.1 (2023-12-11)
8
+
9
+[Full Changelog](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.0..v1.0.1)
10
11
+Changes since v1.0.0:
12
13
+* 0aa5865 Add the CHANGELOG.md to the docs (#26)
14
15
## v1.0.0 (2023-12-11)
16
17
[Full Changelog](https://github.com/main-branch/github_pages_rake_tasks/compare/v0.1.8..v1.0.0)
lib/github_pages_rake_tasks/version.rb
@@ -3,5 +3,5 @@
3
module GithubPagesRakeTasks
# Version of this module
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
end
0 commit comments