README.md in libhoney-1.21.0 vs README.md in libhoney-2.0.0

- old
+ new

@@ -1,14 +1,14 @@ # libhoney -[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/libhoney-rb)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md) +[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/libhoney-rb?color=success)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md) [![CircleCI Build Status](https://circleci.com/gh/honeycombio/libhoney-rb.svg?style=svg)](https://circleci.com/gh/honeycombio/libhoney-rb) [![Gem Version](https://badge.fury.io/rb/libhoney.svg)](https://badge.fury.io/rb/libhoney) Ruby gem for sending events to [Honeycomb](https://www.honeycomb.io), a service for debugging your software in production. -Requires Ruby 2.2 or greater. +Requires Ruby 2.3 or greater. - [Usage and Examples](https://docs.honeycomb.io/sdk/ruby/) - [API Reference](https://www.rubydoc.info/gems/libhoney) For tracing support and automatic instrumentation of Rails, Sinatra, Rack, ActiveRecord, and other frameworks, check out our [Beeline for Ruby](https://github.com/honeycombio/beeline-ruby). @@ -18,17 +18,5 @@ Features, bug fixes and other changes to `libhoney` are gladly accepted. Please open issues or a pull request with your change. Remember to add your name to the CONTRIBUTORS file! All contributions will be released under the Apache License 2.0. - -### Releasing a new version - -CircleCI will automatically upload tagged releases to Rubygems. To release a new -version, update the version using `bump`. - -``` -bump patch # Or bump minor, etc. -``` - -Then, after the version change has been merged into `main`, follow our usual instructions -for tagging and updating the github release.