Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
prahveent committed Sep 22, 2017
1 parent 55c8d49 commit 9bd0a84
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2017-09-22 Prahveen Thiruchelvam <prahveen@sigscale.org>

* ocs_rest_pagination_server.erl : add REST pagination
* ocs_rest_pagination_sup.erl : pagination continuity etag
* ocs.erl : add product to subscriber API
* ocs_rest.erl : add REST utility library
* ocs_rest_res_usage.erl : TMF635 usage management resource handler

2017-07-14 Vance Shipley <vances@sigscale.org>

* ocs_log*.erl : add query support
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
September 22 2017
----------------
- version 3.0
- REST pagination
- REST result field complex filters
- TMF620 Product Catalog Management API
- Product management UI view

July 14 2017
------------
- version 2.1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
##
## Boilerplate: standard boilerplate code
##
AC_INIT([ocs], [2.1], [issues@sigscale.org])
AC_INIT([ocs], [3.0], [issues@sigscale.org])
AC_COPYRIGHT([Copyright (c) 2016 - 2017 SigScale Global Inc.])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([src/ocs_app.erl])
Expand Down

0 comments on commit 9bd0a84

Please sign in to comment.