diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b52c941 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.2.0 (2020/04/09) + +* Use ncc and clean workflows +* Update deps + +## 1.1.0 (2020/01/17) + +* Update deps + +## 1.0.0 (2020/01/17) + +* Initial version diff --git a/README.md b/README.md index 6a64a71..0a6a3f9 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ GitHub Action for [UPX](https://github.com/upx/upx), the Ultimate Packer for eXe ## Usage -Below is a simple snippet to use this action. A [live example](https://github.com/crazy-max/ghaction-upx/actions) is also available for this repository. - ```yaml name: upx