We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634a5e4 commit 624742cCopy full SHA for 624742c
CHANGELOG.md
@@ -1 +1,9 @@
1
+# Changelog
2
+
3
+## 0.1.0 (2023-11-11)
4
5
+### Features
6
7
+* initial release ([77a98a4](https://github.com/damonbauer/logsnag-ruby/commit/77a98a4ade4725e5d4562be962aa80da00cdd853))
8
9
## [Unreleased]
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- logsnag-ruby (0.0.0)
+ logsnag-ruby (0.1.0)
httparty (~> 0.21.0)
GEM
lib/logsnag/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LogSnag
- VERSION = "0.0.0"
+ VERSION = "0.1.0"
end
0 commit comments