There was an error while loading. Please reload this page.
1 parent c148075 commit 96436f1Copy full SHA for 96436f1
.standard.yml
@@ -1,5 +1,5 @@
1
# For available configuration options, see:
2
# https://github.com/standardrb/standard
3
-ruby_version: 3.2.2
+ruby_version: 3.3.5
4
fix: true
5
-format: progress
+format: progress
CHANGELOG.md
@@ -1,6 +1,6 @@
-# [Unreleased]
+# Changelog
-## [0.1.0] - 2025-06-10
+## [0.0.6] - 2025-06-10
### Added
6
lib/paystack_sdk/version.rb
# frozen_string_literal: true
module PaystackSdk
- VERSION = "0.0.5"
+ VERSION = "0.0.6"
end
0 commit comments