diff --git a/ChangeLog.txt b/ChangeLog.txt index ab50d37e..97b2a64c 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,11 @@ ChangeLog for jsrsasign +* Changes between 5.0.2 to 5.0.3 (2015-Nov-23) + - jwtverify, asn1dump and pemtobin sample Node script in + sample_node directory. + There is a bower release but not in npm. + * Changes between 5.0.1 to 5.0.2 (2015-Nov-11) - jws 3.3.1 to 3.3.2 - RFC 7638 getJWKthumbprint method added diff --git a/bower.json b/bower.json index b2483b91..2cc8260a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "kjur/jsrsasign", - "version": "5.0.2", + "version": "5.0.3", "main": "jsrsasign-latest-all-min.js", "description": "The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL CMS SignedData, TimeStamp, CAdES, JWS and JWT in pure JavaScript.", "license": "MIT", diff --git a/index.html b/index.html index 882fe87b..61f6e696 100755 --- a/index.html +++ b/index.html @@ -62,6 +62,13 @@