diff --git a/.travis.yml b/.travis.yml index 0f1f282..9007a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false env: global: - - VERSION=1.2.0-1 + - VERSION=1.2.1-1 - NAME=lua-resty-openidc - ROCKSPEC=$NAME-$VERSION.rockspec - LUAROCKS=2.3.0 diff --git a/AUTHORS b/AUTHORS index ce70f30..f95afea 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,3 +9,4 @@ reporting bugs, providing fixes, suggesting useful features or other: David Birdsong Steffen Hanikel Aapo Talvensaari + Daniel Holth diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ed60951 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +8/31/2016 +- add ChangeLog +- change rockspec so it installs as resty.openidc; closes #20; thanks @dholth +- release 1.2.1 \ No newline at end of file diff --git a/lua-resty-openidc-1.2.0-1.rockspec b/lua-resty-openidc-1.2.1-1.rockspec similarity index 97% rename from lua-resty-openidc-1.2.0-1.rockspec rename to lua-resty-openidc-1.2.1-1.rockspec index e98315e..eba542c 100644 --- a/lua-resty-openidc-1.2.0-1.rockspec +++ b/lua-resty-openidc-1.2.1-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-openidc" -version = "1.2.0-1" +version = "1.2.1-1" source = { url = "git://github.com/pingidentity/lua-resty-openidc", - tag = "v1.2.0" + tag = "v1.2.1" } description = { summary = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality",