Skip to content

Commit 96436f1

Browse files
committed
chore: Bump version to 0.0.6 and update changelog
1 parent c148075 commit 96436f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For available configuration options, see:
22
# https://github.com/standardrb/standard
3-
ruby_version: 3.2.2
3+
ruby_version: 3.3.5
44
fix: true
5-
format: progress
5+
format: progress

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [Unreleased]
1+
# Changelog
22

3-
## [0.1.0] - 2025-06-10
3+
## [0.0.6] - 2025-06-10
44

55
### Added
66

lib/paystack_sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PaystackSdk
4-
VERSION = "0.0.5"
4+
VERSION = "0.0.6"
55
end

0 commit comments

Comments
 (0)