Skip to content

Commit

Permalink
Updated version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasu7052 committed Apr 17, 2021
1 parent 3a540d1 commit dacfce1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4] - 2021-04-17
### Fixed
- Added exception handling in push_batch method for releasing lock

## [1.3] - 2020-10-13
### Added
- Added support for accepting v1.1 config architecture thereby ensuring backward compatibility
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Lua Pubsub client driver for the `ngx_lua` based on the cosocket API.

[![lua module](https://img.shields.io/badge/lua-module-blue?style=for-the-badge&logo=lua)](https://luarocks.org/modules/vwointegration/lua-resty-pubsub)
[![lua module](https://img.shields.io/badge/lua%20rocks-1.3-orange?style=for-the-badge&logo=lua)](https://luarocks.org/modules/vwointegration/lua-resty-pubsub)
[![lua module](https://img.shields.io/badge/lua%20rocks-1.4-orange?style=for-the-badge&logo=lua)](https://luarocks.org/modules/vwointegration/lua-resty-pubsub)
[![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge&logo=)](https://opensource.org/licenses/MIT)

## Table of Contents
Expand Down
4 changes: 2 additions & 2 deletions lua-resty-pubsub.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-pubsub"
version = "1.3-0"
version = "1.4-0"
source = {
url = "git://github.com/wingify/lua-resty-pubsub",
tag = "v1.3"
tag = "v1.4"
}
description = {
summary = "Lua Pubsub client driver for the ngx_lua based on the cosocket API",
Expand Down

0 comments on commit dacfce1

Please sign in to comment.