Skip to content

Commit ad06bba

Browse files
updating version and readme.md
1 parent 37cf0bf commit ad06bba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
216216

217217
<a name="version"></a>
218218
# Version
219+
* 1.4.2 - Adding API Key Authorization
220+
* 1.4.0 - Adding Metadata and Tags
219221
* 1.2.1 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)
220222
* 1.1.1 - Adding request timeout value on the client for Http requests
221223
* 1.1.0 - Adds Amp Html Support

lib/socketlabs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SocketLabs
22
module InjectionApi
3-
VERSION = '1.4.1'
3+
VERSION = '1.4.2'
44
end
55
end

0 commit comments

Comments
 (0)