Skip to content

Commit

Permalink
2.8 release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper authored Jan 26, 2021
1 parent 49a3c14 commit febc40e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for cPanel-PublicAPI

2.8 2021-01-25
Don’t create symbol table entries for JSON decoders we don’t load.

2.7 2019-11-13
Fix http_tiny_creator parameter handling.

Expand Down
2 changes: 1 addition & 1 deletion lib/cPanel/PublicAPI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package cPanel::PublicAPI;
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

our $VERSION = '2.7';
our $VERSION = '2.8';

use strict;
use Carp ();
Expand Down

0 comments on commit febc40e

Please sign in to comment.