From 2d4b11b255f19a9992ef6d8344ff878c61fcc358 Mon Sep 17 00:00:00 2001 From: go2null <1t1is2@gmail.com> Date: Thu, 12 May 2022 06:57:29 -0400 Subject: [PATCH] Update 01-Client-Libraries.md the `pagerduty` gem added support for Events v2 on 2020-04-20 with the [v3.0.0](https://github.com/envato/pagerduty/tree/v3.0.0) release. --- docs/tool-libraries/01-Client-Libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tool-libraries/01-Client-Libraries.md b/docs/tool-libraries/01-Client-Libraries.md index edda323..a751c6a 100644 --- a/docs/tool-libraries/01-Client-Libraries.md +++ b/docs/tool-libraries/01-Client-Libraries.md @@ -19,7 +19,7 @@ Want to get started using PagerDuty APIs quickly and easily? PagerDuty creates, | PagerDuty Event Client (Gradle) | Java | [comodal/pagerduty-client](https://github.com/comodal/pagerduty-client) | Events v2 | Community | | PHP PagerDuty Events | PHP | [adilbaig/pagerduty](https://github.com/adilbaig/pagerduty) | Events v2 | Community | | PagerDuty::Connection | Ruby | [technicalpickles/pager_duty-connection](https://github.com/technicalpickles/pager_duty-connection) | REST | Community | -| pagerduty gem | Ruby | [envato/pagerduty](https://github.com/envato/pagerduty) | Events v1 | Community | +| pagerduty gem | Ruby | [envato/pagerduty](https://github.com/envato/pagerduty) | Events v1, Events v2 | Community | ## Get Involved