Skip to content

Commit

Permalink
Take gem out of beta version, Release major version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
oroth8 authored Feb 22, 2023
1 parent 2c1fcce commit 5ea10a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
## [Official Release]
- [0.1.7] - 2023-02-10
- [0.1.8] - 2023-02-10
- [0.1.9] - 2023-02-14 https://github.com/oroth8/easy_hubspot/pull/6
- [0.1.10] - 2023-02-14 https://github.com/oroth8/easy_hubspot/pull/7
- [1.0.0] - 2023-02-22

## [Unreleased]

## [Initial releases]
## [Initial releases (Beta)]
- [0.1.0] - 2023-02-08
- [0.1.1] - 2023-02-09
- [0.1.2] - 2023-02-09
- [0.1.3] - 2023-02-09
- [0.1.4] - 2023-02-09
- [0.1.5] - 2023-02-09
- [0.1.6] - 2023-02-09
- [0.1.7] - 2023-02-10
- [0.1.8] - 2023-02-10
- [0.1.9] - 2023-02-14 https://github.com/oroth8/easy_hubspot/pull/6
- [0.1.10] - 2023-02-14 https://github.com/oroth8/easy_hubspot/pull/7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EasyHubspot
Stable: ![stable version](https://img.shields.io/badge/version-0.1.10-green)
Latest: ![latest version](https://img.shields.io/badge/version-0.1.10-yellow)
Stable: ![stable version](https://img.shields.io/badge/version-1.0.0-green)
Latest: ![latest version](https://img.shields.io/badge/version-1.0.0-yellow)
[![CI](https://github.com/oroth8/easy_hubspot/actions/workflows/ci.yml/badge.svg)](https://github.com/oroth8/easy_hubspot/actions/workflows/ci.yml)
[![Code Climate](https://codeclimate.com/github/oroth8/easy_hubspot/badges/gpa.svg)](https://codeclimate.com/github/oroth8/easy_hubspot)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c55dfda6142769b8209c/test_coverage)](https://codeclimate.com/github/oroth8/easy_hubspot/test_coverage)
Expand Down
2 changes: 1 addition & 1 deletion lib/easy_hubspot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EasyHubspot
VERSION = '0.1.10'
VERSION = '1.0.0'
end

0 comments on commit 5ea10a2

Please sign in to comment.