diff --git a/docs/_posts/2019-05-18-release-v0.4.1.md b/docs/_posts/2019-05-18-release-v0.4.1.md index 193a77ffb..0c443e232 100644 --- a/docs/_posts/2019-05-18-release-v0.4.1.md +++ b/docs/_posts/2019-05-18-release-v0.4.1.md @@ -1,5 +1,5 @@ --- -title: "v0.4.1 - Stable version of v0.4.x" +title: "v0.4.1 - Bug fixes & minor changes" date: 2019-05-18 19:06:00 +0900 categories: - Release diff --git a/docs/_posts/2019-05-28-release-v0.4.2.md b/docs/_posts/2019-05-28-release-v0.4.2.md new file mode 100644 index 000000000..2c4d7ff99 --- /dev/null +++ b/docs/_posts/2019-05-28-release-v0.4.2.md @@ -0,0 +1,20 @@ +--- +title: "v0.4.2 - Stable version of v0.4.x" +date: 2019-05-28 21:13:00 +0900 +categories: + - Release +tags: + - News + - Release +head_inline: "" +--- + +#### Enhancement +- Support a different APN for each PGW ([#183](https://github.com/open5gs/nextepc/issues/183)) +- Attach Reject for an invalid APN name ([#187](https://github.com/open5gs/nextepc/issues/187)) -- [ravens](https://github.com/ravens) + +#### Bug fixes +- Fix the PIDFile path of the systemd service ([#182](https://github.com/open5gs/nextepc/issues/182)) -- [smoein](https://github.com/smoein) + +Download -- [v0.4.2.tar.gz](https://github.com/open5gs/nextepc/archive/v0.4.2.tar.gz) +{: .notice--info}