aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-05-30 20:43:18 +0700
committerShulhan <m.shulhan@gmail.com>2020-05-30 22:04:25 +0700
commit8ac2120686d76e58aa1921976639c87bb6a6c69b (patch)
tree8e7c6b1be5bd385ba9769e19e86b3e5cc8aba916 /CHANGELOG.adoc
parentbedf1d8302b7807cc220ca15e4233e7213f668a4 (diff)
downloadawwan-8ac2120686d76e58aa1921976639c87bb6a6c69b.tar.xz
awwan 0.1.0 (2020.05.30)v0.1.0
Its better late than never. The first release works for everyday use. The `local`, `play` command works as it is, and its has been used for deploying and managing postfix, dovecot, haproxy, and my personal server and services at kilabit.info. Also it has been used to deploy Go microservices using Kubernetes using combination of `gcloud` and `kubectl`.
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
new file mode 100644
index 0000000..d235ce2
--- /dev/null
+++ b/CHANGELOG.adoc
@@ -0,0 +1,12 @@
+= Changelog for awwan
+
+== awwan 0.1.0 (2020.05.30)
+
+Its better late than never.
+
+The first release works for everyday use.
+The `local`, `play` command works as it is, and its has been used for
+deploying and managing postfix, dovecot, haproxy, and my personal server and
+services at kilabit.info.
+Also it has been used to deploy Go microservices using Kubernetes using
+combination of `gcloud` and `kubectl`.