Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkinney committed Sep 27, 2024
1 parent 8f8c59f commit ef91cd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.4.1] - 2024-09-27

### Changed

- Updated `geo` dependency to allow 4.0

## [1.3.1] - 2021-11-24

Expand All @@ -8,28 +13,24 @@
- Updated `distance` dependency to allow 1.0
- Moved from TravisCI to Github Actions


## [1.3.0] - 2021-11-17

### Added

- `center/1` - Returns center point of the Envelope


## [1.2.2] - 2021-07-29

### Added

- Adds guard against non-numeric point coordinates


## [1.2.1] - 2021-07-29

### Added

- Adds `Envelope.t()` type


## [1.2.0] - 2019-02-26

### Added
Expand All @@ -40,11 +41,8 @@

- Allow `geo` 3.0



## [1.0.0] - 2017-09-09

### Changed

- Allow `geo` 2.0

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Envelope.Mixfile do
def project() do
[
app: :envelope,
version: "1.4.0",
version: "1.4.1",
elixir: "~> 1.2",
description: description(),
package: package(),
Expand Down

0 comments on commit ef91cd7

Please sign in to comment.