diff --git a/CHANGELOG.md b/CHANGELOG.md index ebef99f48..1ccbb1786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ To view the detailed commits log go to https://github.com/anahitasocial/anahita/commits/master +Anahita 4.4.2 +============================= +1. fixed: issue with missing tag name and alias in json response + Anahita 4.4.1 ============================= 1. fixed: code for mail message rendering diff --git a/README.md b/README.md index efc5829e1..e30626182 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Anahita -*Version:* 4.4.1 Birth Release +*Version:* 4.4.2 Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation. Use Anahita to build: diff --git a/src/libraries/anahita/anahita.php b/src/libraries/anahita/anahita.php index 8bd9b57ed..8324109df 100644 --- a/src/libraries/anahita/anahita.php +++ b/src/libraries/anahita/anahita.php @@ -21,7 +21,7 @@ class anahita * * @var string */ - protected static $_version = '4.4.1'; + protected static $_version = '4.4.2'; /** * Path to Anahita libraries.