diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-16 19:41:10 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-16 19:41:10 +0100 |
| commit | 0b61369240ad0a68322146796721055aca07428a (patch) | |
| tree | 766743690063690ac72b43220b601b05353b8a6b | |
| parent | 80583e8f2fb92146b8c59e36636f690af7f13eb0 (diff) | |
Prep version 1.1.01.1.0
| -rw-r--r-- | CHANGELOG.md | 16 | ||||
| -rw-r--r-- | Info.plist | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0940ee8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +This project adheres to [Semantic Versioning][semver]. + +## Unreleased + +## 1.1.0 - 2023-02-16 + +- Explanation of the recommended reverse chronological release ordering. + +## 1.0.0 - 2023-02-11 + +- Initial Release + + +[semver]: https://semver.org/spec/v2.0.0.html @@ -19,7 +19,7 @@ <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleVersion</key> - <string>18</string> + <string>19</string> <key>QSPlugIn</key> <dict> <key>author</key> |