Skip to content

Commit

Permalink
Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Jan 26, 2018
1 parent 48a4bbf commit 66afc76
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<date>: <Version>
2018-01-26: Version 0.2.0

* Use boost library v. 1.66.0 or later (does not need separate beast library anymore)
* Add GetVar in Channel
Expand Down
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RC 0.2.0
0.2.0
6 changes: 6 additions & 0 deletions aricpp/arimodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
namespace aricpp
{

/**
* @brief Provides the telephony object model on top of a asterisk connection.
*
* This class provides methods to create channels (class Channel) and
* register handlers for stasis and channel events.
*/
class AriModel
{
public:
Expand Down
8 changes: 8 additions & 0 deletions aricpp/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
namespace aricpp
{

/**
* @brief Client of a ARI connection.
*
* This class can connect to the ARI interface of a asterisk box,
* and can be used to send and receive raw messages to it.
* You can use a high-level interface by instantiating an object
* of class AriModel that use the Client object.
*/
class Client
{
public:
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = aricpp
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1
PROJECT_NUMBER = 0.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 66afc76

Please sign in to comment.